Skip to content

Commit

Permalink
chore: Build again when pushing to main and/or master branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxpeople committed Sep 29, 2021
1 parent 3144e24 commit 8775c4b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -7,7 +7,9 @@ name: ci

on:
push:
# branches: [master, main]
branches:
- master
- main
tags:
- 'v*.*.*'
schedule:

0 comments on commit 8775c4b

Please sign in to comment.