mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-31 12:14:32 -04:00
fix(ci): prevent ci from running twice in pr
This commit is contained in:
parent
0161395585
commit
2293f63a79
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: ci
|
name: ci
|
||||||
|
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user