We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b455614 + c77027a commit 5ef1e64Copy full SHA for 5ef1e64
.github/workflows/aws.yml
@@ -11,7 +11,7 @@ on:
11
12
jobs:
13
deployment:
14
- if: github.event.pull_request.merged == true || github.event_name == 'push'
+ if: (github.event.pull_request.merged == true && github.ref == 'refs/heads/main') || github.event_name == 'push'
15
runs-on: ubuntu-latest
16
environment: PythonWA AWS
17
steps:
0 commit comments