Skip to content

Commit

Permalink
fix workflow syntax for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
sdumetz committed Oct 12, 2021
1 parent bac155b commit 2e43e96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build website
on:
release: [published]
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2e43e96

Please sign in to comment.