We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4dfbfa commit 0b61fd6Copy full SHA for 0b61fd6
1 file changed
.github/workflows/AWSMegatests.yml
@@ -2,14 +2,14 @@ name: Preview or update Pulumi app nf-core/test-datasets/AWSMegatests
2
on:
3
push:
4
branches:
5
- - master
+ - main
6
paths:
7
- - "pulumi/test_datasets/**/*"
+ - "pulumi/AWSMegatests/**/*"
8
pull_request:
9
10
11
12
13
14
# These are the environment variables that jobs in the workflow have access to.
15
# By defining them here, all jobs/steps will have access to these variables.
0 commit comments