Skip to content

Commit

Permalink
disable main check
Browse files Browse the repository at this point in the history
  • Loading branch information
sergs-pci committed Sep 27, 2023
1 parent 797bf91 commit c9e469f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@master
- name: Exit if not on main branch
if: endsWith(github.event.base_ref, 'main') == false
run: exit -1
# - name: Exit if not on main branch
# if: endsWith(github.event.base_ref, 'main') == false
# run: exit -1
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
Expand Down

0 comments on commit c9e469f

Please sign in to comment.