Skip to content

Commit

Permalink
Change tag triggering publish
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Nov 15, 2023
1 parent cba7d73 commit 83e3816
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: publish

on:
push:
tags: ['leancode_forms-v*']
tags: ['v*']

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on:
push:
branches: [ main ]
tags-ignore: ['leancode_forms-v*']
tags-ignore: ['v*']
pull_request:
branches: [ main ]

Expand Down

0 comments on commit 83e3816

Please sign in to comment.