Skip to content

Commit

Permalink
modified wiki_snap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
charanravi-online committed Apr 23, 2024
1 parent 78a7dca commit d9ae316
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/wiki_snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sync Source Code to Wiki Repository
on:
push:
branches:
- main
- main # Ensure this is your default or intended branch

jobs:
sync:
Expand All @@ -24,5 +24,3 @@ jobs:
- name: Push changes to target repository
run: |
git push target main --force
# test

0 comments on commit d9ae316

Please sign in to comment.