Skip to content

Commit 0b61fd6

Browse files
authored
fix incorrect path and branch for awsmegatests action (#198)
1 parent a4dfbfa commit 0b61fd6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/AWSMegatests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Preview or update Pulumi app nf-core/test-datasets/AWSMegatests
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths:
7-
- "pulumi/test_datasets/**/*"
7+
- "pulumi/AWSMegatests/**/*"
88
pull_request:
99
branches:
10-
- master
10+
- main
1111
paths:
12-
- "pulumi/test_datasets/**/*"
12+
- "pulumi/AWSMegatests/**/*"
1313

1414
# These are the environment variables that jobs in the workflow have access to.
1515
# By defining them here, all jobs/steps will have access to these variables.

0 commit comments

Comments
 (0)