ci/test: only run on certain branches

This commit is contained in:
Jörg Thalheim 2023-05-23 16:06:10 +02:00
parent 1278fbd4cb
commit ba2b0a2b81

View file

@ -2,7 +2,10 @@ name: "Test"
on: on:
pull_request: pull_request:
push: push:
branches:
- main
- staging
- trying
jobs: jobs:
tests: tests:
strategy: strategy: