Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tambien committed Apr 26, 2024
1 parent 97e55fe commit 396703a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ on:
branches:
- dev
- master
# daily at midnight
schedule:
- cron: "0 0 * * *"

jobs:
build-latest:
name: Get latest
permissions:
contents: read
contents: write
id-token: write
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 396703a

Please sign in to comment.