Skip to content

Commit

Permalink
Fix release action (#7)
Browse files Browse the repository at this point in the history
* Do not run release workflow on PR create

As per actions/runner#1007 issue, tags filter is available for push event, not create
  • Loading branch information
alex-f-k authored Dec 12, 2022
1 parent 345937a commit fce09fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name: GitHub Actions - Tagged release
on:
create:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

Expand Down

0 comments on commit fce09fd

Please sign in to comment.