Skip to content

Commit f50e203

Browse files
committed
chore: update verify.yml to use 'main' branch for push and pull_request events
1 parent f7899e9 commit f50e203

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/verify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Verify
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches:
6+
- main
67
pull_request:
7-
branches: [ $default-branch ]
8+
branches:
9+
- main
810
workflow_dispatch:
911

1012
jobs:

0 commit comments

Comments
 (0)