ci: prevent triggers from overlapping
This commit is contained in:
parent
ec806352ed
commit
5e48993544
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
static-analysis:
|
static-analysis:
|
||||||
|
|
Loading…
Reference in a new issue