We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08601eb commit 4f1fbe9Copy full SHA for 4f1fbe9
1 file changed
.github/workflows/jlpkgbutler-butler-workflow.yml
@@ -3,16 +3,18 @@ name: Run the Julia Package Butler
3
on:
4
push:
5
branches:
6
+ - main
7
- master
8
schedule:
9
- cron: '0 */1 * * *'
10
+ workflow_dispatch:
11
12
jobs:
13
butler:
14
name: "Run Package Butler"
15
runs-on: ubuntu-latest
16
steps:
- - uses: actions/checkout@v2
17
+ - uses: actions/checkout@v3
18
- uses: davidanthoff/julia-pkgbutler@releases/v1
19
with:
20
github-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments