Skip to content

Commit

Permalink
ignore pushing sync-boilerplate-cha gha-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Oct 17, 2024
1 parent 651f744 commit c81b900
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/sync-boilerplate-cha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ on:
branches:
- main
- cha-sync-branch
workflow_run:
workflows: ["Build"]
types:
- completed

jobs:
sync-repo:
Expand Down Expand Up @@ -64,7 +60,7 @@ jobs:
- name: Copy and Apply Changes to Create-Hyperweb-App
run: |
rsync -av --exclude='.git' ./ ../create-hyperweb-app/templates/hyperweb/ --delete
rsync -av --exclude='.git' --exclude-from='.github/workflows/sync-boilerplate-cha.yaml' ./ ../create-hyperweb-app/templates/hyperweb/ --delete
- name: Update Version and GitHead in package.json
run: |
Expand Down

0 comments on commit c81b900

Please sign in to comment.