github workflows: also run on bors branch

This commit is contained in:
Jörg Thalheim 2022-09-29 23:31:41 +02:00
parent 5a6aa74ec9
commit ec2b0bff69

View file

@ -1,6 +1,10 @@
name: "Test" name: "Test"
on: on:
pull_request: pull_request:
# For bors
push:
branches:
- staging
jobs: jobs:
tests: tests:
runs-on: ubuntu-latest runs-on: ubuntu-latest