Skip to content

Commit 574cee0

Browse files
committed
don't target every branch
1 parent df69138 commit 574cee0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/internal-validate-workflow-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: ⚙️ Validate Workflow Files
33
on:
44
push:
55
branches:
6-
- '**'
6+
- 'main'
77
pull_request:
88
branches:
9-
- '**'
9+
- 'main'
1010
workflow_dispatch:
1111

1212
jobs:

0 commit comments

Comments
 (0)