mirror of
https://github.com/nineties/planckforth
synced 2025-01-27 08:00:04 +01:00
Prohibit direct push to main and run tests only for pull-requests to main.
This commit is contained in:
parent
5d13f56297
commit
f322404f59
1 changed files with 2 additions and 2 deletions
4
.github/workflows/runtests.yaml
vendored
4
.github/workflows/runtests.yaml
vendored
|
@ -1,9 +1,9 @@
|
||||||
name: runtests
|
name: runtests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
paths-ignore: ['README.md', 'LICENSE', '.gitignore']
|
||||||
jobs:
|
jobs:
|
||||||
runtests:
|
runtests:
|
||||||
|
|
Loading…
Add table
Reference in a new issue