Skip to content

Commit

Permalink
run pipeline on release as well
Browse files Browse the repository at this point in the history
  • Loading branch information
svenwiltink committed Jun 29, 2022
1 parent 4c43ad4 commit 356f730
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
---
on: [push, pull_request]
on:
push:
pull_request:
release:
types: [created]
name: Build
jobs:
build:
Expand Down

0 comments on commit 356f730

Please sign in to comment.