We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3376102 commit 1e367caCopy full SHA for 1e367ca
.github/workflows/sync-repos.yml
@@ -4,6 +4,7 @@ on:
4
- cron: "10 */3 * * *"
5
jobs:
6
sync-release-branches:
7
+ if: github.head_ref == ""
8
runs-on: ubuntu-latest
9
steps:
10
- name: "Sync Release Branches"
@@ -15,6 +16,7 @@ jobs:
15
16
destination_branch_prefix: "discvr-"
17
github_token: ${{ secrets.GITHUB_TOKEN }}
18
sync-develop:
19
20
21
22
- name: "Sync Develop Branch"
0 commit comments