Skip to content

Commit

Permalink
Remove master from code-freeze and fix release branch regex (#978) (#979
Browse files Browse the repository at this point in the history
)

Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard authored Mar 19, 2024
1 parent e7677b4 commit d43e931
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 d43e931

Please sign in to comment.