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 36dc413
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/semver_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ name: Semver checks

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

0 comments on commit 36dc413

Please sign in to comment.