Skip to content

Commit 5ef1e64

Browse files
authored
Merge pull request #7 from bendog/backup/main_20250218
restore pr5
2 parents b455614 + c77027a commit 5ef1e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/aws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
deployment:
14-
if: github.event.pull_request.merged == true || github.event_name == 'push'
14+
if: (github.event.pull_request.merged == true && github.ref == 'refs/heads/main') || github.event_name == 'push'
1515
runs-on: ubuntu-latest
1616
environment: PythonWA AWS
1717
steps:

0 commit comments

Comments
 (0)