Skip to content

Commit

Permalink
WIP: Disable PR name check
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorak-mmk committed Jan 24, 2024
1 parent 40ab92b commit f1e1813
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/semver_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ name: Semver checks

on:
pull_request_target:
branches:
- main
- 'branch-*'
# Commented out for testing purposes
#branches:
#- main
#- 'branch-*'
push:
tags:
- v*.*.*
Expand Down

0 comments on commit f1e1813

Please # to comment.