Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuki committed Jul 17, 2024
1 parent c003ed4 commit fb4b8e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/**
tags:
- "!*" # not a tag push
paths-ignore:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release/**
tags:
- "!*" # not a tag push
paths-ignore:
Expand Down

0 comments on commit fb4b8e3

Please sign in to comment.