Skip to content

Commit

Permalink
on create release
Browse files Browse the repository at this point in the history
  • Loading branch information
rekby committed Sep 4, 2021
1 parent 9af8c5a commit 0c26d29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-on-release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: publish
on: push
on:
release:
types:
- created
jobs:
publish:
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test
on: [release]
on: [push, pull_request]
jobs:
test-build:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0c26d29

Please sign in to comment.