Skip to content

Commit 4f1fbe9

Browse files
committed
Update package butler
1 parent 08601eb commit 4f1fbe9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/jlpkgbutler-butler-workflow.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@ name: Run the Julia Package Butler
33
on:
44
push:
55
branches:
6+
- main
67
- master
78
schedule:
89
- cron: '0 */1 * * *'
10+
workflow_dispatch:
911

1012
jobs:
1113
butler:
1214
name: "Run Package Butler"
1315
runs-on: ubuntu-latest
1416
steps:
15-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1618
- uses: davidanthoff/julia-pkgbutler@releases/v1
1719
with:
1820
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)