Try to prevent duplicate jobs when working on a PR

This commit is contained in:
Alexandre Aubin 2021-08-22 11:28:13 +02:00
parent 32aea592e1
commit 941122ffbe

View file

@ -1,8 +1,10 @@
name: Run tests for Moulinette
on:
- push
- pull_request
push:
branches:
- dev
pull_request:
jobs:
test: