Skip to content

Commit

Permalink
Fix version check workflow (#301)
Browse files Browse the repository at this point in the history
- limits the workflow for pull requests on main
  • Loading branch information
nck-mlcnv authored Nov 27, 2024
1 parent 5c2214a commit 6e596fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/check_version.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Checks if version number has been updated
name: Version Check
on: pull_request
on:
pull_request:
branches:
- main

jobs:
lint:
Expand Down

0 comments on commit 6e596fe

Please sign in to comment.