Skip to content

Commit 6e596fe

Browse files
authored
Fix version check workflow (#301)
- limits the workflow for pull requests on main
1 parent 5c2214a commit 6e596fe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_version.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Checks if version number has been updated
22
name: Version Check
3-
on: pull_request
3+
on:
4+
pull_request:
5+
branches:
6+
- main
47

58
jobs:
69
lint:

0 commit comments

Comments
 (0)