Skip to content

Commit

Permalink
Remove master from code-freeze and fix release branch regex
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <anleonar@redhat.com>
  • Loading branch information
andrew-m-leonard committed Mar 19, 2024
1 parent 2c90dad commit 6df87d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Code Freeze Bot
# Controls when the workflow will run
on:
pull_request_target:
branches: [ "master", "v[0-9]{4}.[0-9]{2}.[0-9]{2}" ]
branches: [ "v[0-9]+.[0-9]+.[0-9]+" ]
issue_comment:
types: [created]

Expand Down

0 comments on commit 6df87d8

Please sign in to comment.