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.
1 parent 4dbd708 commit 519b8d5Copy full SHA for 519b8d5
.github/workflows/frontend.yml
@@ -14,7 +14,7 @@ jobs:
14
fetch-depth: 0
15
16
- name: Update branch
17
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: github.ref == 'refs/heads/main' && github.event_name == 'push'
18
run: |
19
git config user.name "github-actions[bot]"
20
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
0 commit comments