Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
reobf committed Feb 7, 2024
1 parent d167afa commit 002929c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Release latest starter and migration packages
on:
push:
branches: [ master, main ]
tags: [ '*' ]
tags: [ ]

jobs:
zip-and-release-packages:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release tagged build

on:
push:
tags: [ '*' ]
tags: [ ]

permissions:
contents: write
Expand Down

0 comments on commit 002929c

Please sign in to comment.