Skip to content

Commit

Permalink
Workflows: build on release-* branches too
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Sep 3, 2022
1 parent 710cf9c commit 8cb9eda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: build

on:
push:
branches: [ main ]
branches:
- main
- 'release-*'
tags:
- '*'
pull_request:
Expand Down

0 comments on commit 8cb9eda

Please sign in to comment.