2
0
mirror of https://github.com/codl/forget synced 2025-01-24 20:53:27 +01:00

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

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