Skip to content

Commit

Permalink
Build on tags instead of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Feb 1, 2023
1 parent fe05b50 commit 3118cf4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ on:
push:
branches:
- '**'
tags:
- '**'
schedule:
# Run once a week at 00:00 on Sunday
- cron: '0 0 * * 0'
release:
types:
- published

permissions:
contents: read
Expand Down

0 comments on commit 3118cf4

Please sign in to comment.