Skip to content

Commit

Permalink
add 'release' trigger to build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jul 17, 2023
1 parent 3a64438 commit c87d600
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build
on:
release:
types: [ created ]
push:
branches:
- master
Expand Down

0 comments on commit c87d600

Please sign in to comment.