1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-07-19 05:09:37 +02:00

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: