Skip to content

Commit e716506

Browse files
committed
chore: Restrict push to be triggered for main only
1 parent 89de3aa commit e716506

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate_workflows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ on:
2222
paths:
2323
- ".github/workflows/*.yml"
2424
- ".github/workflows/*.yaml"
25-
push:
26-
branches:
27-
- main
25+
push:
26+
branches:
27+
- main
2828

2929
jobs:
3030
validate:

0 commit comments

Comments
 (0)