Avoid duplicate testing in PRs

This commit is contained in:
Alyssa Coghlan 2024-07-25 12:57:40 +10:00 committed by GitHub
parent 15d711ad16
commit 0d2a7d056e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,12 @@
name: Test
on: [push, pull_request]
on:
pull_request:
branches:
- "**"
push:
branches:
- main
jobs:
build: