Skip to content

Commit

Permalink
chore: protect tags
Browse files Browse the repository at this point in the history
  • Loading branch information
rcwbr authored Oct 8, 2024
1 parent be45ae6 commit ceab19e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ repository:
# Clean up branches when PRs merge
delete_branch_on_merge: true

rulesets:
- name: Tags rules
target: tags
enforcement: active
conditions:
ref_name:
include:
- "*"
exclude: []
rules:
- type: creation

branches:
- name: main
protection:
Expand Down

0 comments on commit ceab19e

Please sign in to comment.