Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
correttojs authored Apr 4, 2021
1 parent a9378d3 commit d84204b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: release
on: push
branches: [release-*]
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d84204b

Please sign in to comment.