Skip to content

Commit

Permalink
chore: 🤖 trigger workflow on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Nov 21, 2023
1 parent 27e3a3f commit fade8a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- develop
workflow_dispatch:

jobs:
Expand All @@ -20,4 +21,4 @@ jobs:
./scripts/update
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
privateKey: ${{ secrets.PRIVATE_KEY}}
privateKey: ${{ secrets.PRIVATE_KEY}}

0 comments on commit fade8a2

Please sign in to comment.