mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2026-05-11 19:32:08 +00:00
Only trigger on pushes to main
This commit is contained in:
parent
f8d230c0b3
commit
c593872d54
1 changed files with 2 additions and 0 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -1,6 +1,8 @@
|
||||||
name: validate
|
name: validate
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
concurrency:
|
concurrency:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue