mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-24 02:02:35 -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
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
Loading…
x
Reference in New Issue
Block a user