Skip to content

Commit

Permalink
Add more options to when a workflow should be run
Browse files Browse the repository at this point in the history
  • Loading branch information
ABCPascal committed Dec 31, 2023
1 parent b4143c5 commit 993a3e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'push-here.md'
- '**/core.apk'
- '**/lspatch.jar'

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: SnapEnhanceModGen Schedule
on:
schedule:
- cron: '45 11,23 * * *'
push:
paths:
- '**/core.apk'

jobs:
build:
Expand Down

0 comments on commit 993a3e5

Please sign in to comment.