ci: prevent triggers from overlapping
Some checks failed
/ export-trace (pull_request) Has been skipped
/ static-analysis (pull_request) Failing after 1m47s

This commit is contained in:
Marc 2024-11-15 23:23:57 -05:00
parent ec806352ed
commit 5e48993544
Signed by: marc
GPG key ID: 048E042F22B5DC79

View file

@ -1,4 +1,7 @@
on: [push, pull_request]
on:
push:
branches: [main]
pull_request:
jobs:
static-analysis: