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 b9eda0d + d217ed6 commit 33a4acaCopy full SHA for 33a4aca
.github/workflows/amplify.yml
@@ -4,7 +4,7 @@ on:
4
pull_request: {}
5
workflow_dispatch: {}
6
push:
7
- branches: ["main"]
+ branches: ["main", "develop"]
8
9
permissions:
10
contents: read
@@ -14,7 +14,7 @@ jobs:
14
amplify-security-scan:
15
name: Amplify Security Scan
16
runs-on: ubuntu-latest
17
- if: (github.actor != 'dependabot[bot]')
+ if: github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]'
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
0 commit comments