this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Test fix push seems to not trigger after tag push but branch push instead

Also allow manual trigger

+1 -2
+1 -2
.github/workflows/tagrelease.yml
··· 2 2 3 3 on: 4 4 push: 5 - branches: 6 - - production 7 5 tags: 8 6 - '*' 7 + workflow_dispatch: 9 8 10 9 jobs: 11 10 release: