Skip to content

Commit

Permalink
feat: setup trigger by tag name
Browse files Browse the repository at this point in the history
setup trigger only on pushing a tag with certain prefix
  • Loading branch information
gabheadz authored Sep 25, 2023
1 parent c8a6952 commit ef68116
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-client-js.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Deploy Async DataFlow channel sender JS client

on:
release:
types: [published]
push:
tags:
- 'chanjs_*' # Push events to matching chanjs_*, i.e. chanjs_0.2.0
jobs:
build:
defaults:
Expand Down

0 comments on commit ef68116

Please sign in to comment.