Skip to content

Commit

Permalink
run CI on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BKSalman committed Aug 28, 2023
1 parent cc705ef commit 62361ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: publish-release
on:
release:
types: [published]
push:
tags:
- "*"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand Down

0 comments on commit 62361ef

Please sign in to comment.