ci: branch
This commit is contained in:
parent
b60202c45c
commit
4620926dff
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
@ -2,9 +2,9 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ $default-branch ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ $default-branch ]
|
||||
branches: [master]
|
||||
workflow_dispatch: {}
|
||||
|
||||
jobs:
|
||||
|
|
Loading…
Reference in New Issue
Block a user