fix(ci): prevent ci from running twice in pr

This commit is contained in:
Corentin Thomasset 2023-04-06 18:55:58 +02:00 committed by Corentin THOMASSET
parent 0161395585
commit 2293f63a79

View file

@ -1,6 +1,10 @@
name: ci
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
jobs:
ci: