Revert ".github: Run workflows on push event only"

Sadly it breaks CI in fork-originated PRs if the author doesn't enable
Actions on the fork itself.

This reverts commit ce1aa41ff4.
This commit is contained in:
Zhaofeng Li 2024-11-08 11:24:33 -07:00
parent 00fd486d49
commit e5c30066c2
3 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,6 @@
name: Build
on:
pull_request:
push:
jobs:
build:

View file

@ -1,6 +1,7 @@
name: Linters
on:
pull_request:
push:
jobs:
linters:

View file

@ -1,5 +1,6 @@
name: Tests
on:
pull_request:
push:
jobs:
tests: