Skip to content

Commit

Permalink
adding a tag trigger and removing the PR trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
mina1460 committed Aug 23, 2023
1 parent c5867c8 commit f425289
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/snap-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ on:
push:
branches:
- feature-rebac
pull_request:
branches:
- feature-rebac
types:
- opened

tags:
- 'v2*'

# Note this workflow requires a Github secret to provide auth against snapstore.
# snapcraft export-login --snaps=PACKAGE_NAME --acls package_access,package_push,package_update,package_release exported.txt
Expand Down

0 comments on commit f425289

Please sign in to comment.