Skip to content

Commit

Permalink
Trigger the check_release on branch push, not on pull_request base br…
Browse files Browse the repository at this point in the history
…anch.
  • Loading branch information
mgautierfr committed Feb 17, 2024
1 parent 526d843 commit fdfc319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Check Release

on:
pull_request:
push:
branches:
- "r/[0-9]+.[0-9]+.[0-9]+(-[0-9a-zA-Z]+)?"
- 'r/[0-9]+.[0-9]+.[0-9]+(-[0-9a-zA-Z]+)?'

jobs:
check-version:
Expand Down

0 comments on commit fdfc319

Please sign in to comment.