Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Nov 28, 2023
1 parent ef59d1f commit 985f2e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches: ['main']
paths: ['runtimes/**']
paths: ['runtimes/**','.github/workflows/build-alpine.yml']
schedule:
- cron: 0 0 * * 3
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
workflow_dispatch:
push:
branches: ['main']
paths: ['runtimes/**']
paths: ['runtimes/**','.github/workflows/build.yml']
schedule:
- cron: 0 0 * * 3
jobs:
Expand Down

0 comments on commit 985f2e5

Please sign in to comment.