limit workflow to pushes and prs to master

This commit is contained in:
codl 2022-03-04 20:37:28 +01:00
parent 916a47ef9d
commit 5fdb99256f
1 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
name: Run tests on pushes and on PRs
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
run_tests:
name: Run tests