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:
parent
916a47ef9d
commit
5fdb99256f
9
.github/workflows/run-tests.yml
vendored
9
.github/workflows/run-tests.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user