mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
Try to prevent duplicate jobs when working on a PR
This commit is contained in:
parent
32aea592e1
commit
941122ffbe
1 changed files with 4 additions and 2 deletions
6
.github/workflows/tox.yml
vendored
6
.github/workflows/tox.yml
vendored
|
@ -1,8 +1,10 @@
|
|||
name: Run tests for Moulinette
|
||||
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue