Skip to content

Commit

Permalink
Update pkg butler
Browse files Browse the repository at this point in the history
  • Loading branch information
davidanthoff committed Jul 15, 2023
1 parent d802f3d commit e6ba6c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jlpkgbutler-butler-dev-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@ name: Run the Julia Package Butler
on:
push:
branches:
- main
- master
schedule:
- cron: '*/5 * * * *'
workflow_dispatch:

jobs:
butler:
name: "Run Package Butler"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: davidanthoff/julia-pkgbutler@releases/v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e6ba6c5

Please sign in to comment.