Merge pull request #1175 from cevich/limit_gha_main
GHA: Limit operations to `main` branch only
This commit is contained in:
commit
f45df40324
|
|
@ -2,12 +2,11 @@ name: validate
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- v*
|
||||
branches:
|
||||
- main
|
||||
- v*
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue