Skip to content

Commit ff5ff0a

Browse files
committed
ci: add version tag workflow on PR for testing purposes
1 parent f922962 commit ff5ff0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/tag-version.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
push:
55
branches:
66
- main
7-
7+
pull_request:
8+
branches:
9+
- main
810
jobs:
911
bump-version:
1012
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)