Skip to content

Commit

Permalink
run release action on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mubaidr committed Aug 27, 2023
1 parent 4f8286c commit 701bbb4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: workflow_dispatch
name: release
'on':
push:
branches:
- master

concurrency:
group: release-${{ github.ref }}
Expand Down

0 comments on commit 701bbb4

Please sign in to comment.