Skip to content

Commit

Permalink
Add Manual Action Triggering
Browse files Browse the repository at this point in the history
- Allowing manual action triggering
  • Loading branch information
ojusharma authored Mar 22, 2024
1 parent 2e1bf86 commit 7f0517b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:

jobs:
pull:
Expand All @@ -20,4 +21,4 @@ jobs:
username: ${{ secrets.SERVER_USERNAME }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
script: |
cd ./pull_changes.sh
./pull_changes.sh

0 comments on commit 7f0517b

Please sign in to comment.