Skip to content

Commit

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

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

Please sign in to comment.