Run CI on push to main as well as pull requests.
CI / check-and-test (pull_request) Failing after 1m1s

Direct pushes to main currently skip tests because the workflow only listened for pull_request. Scratchbox already tests every push; do the same here.
This commit is contained in:
s1d3sw1ped_bot
2026-08-31 15:05:28 -05:00
parent 04f55535a5
commit 3d3c74fdb2
+5 -2
View File
@@ -1,6 +1,9 @@
name: PR Check name: CI
on: on:
- pull_request pull_request:
push:
branches:
- main
jobs: jobs:
check-and-test: check-and-test: