mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-18 14:59:42 +02:00
Only CI on PR
This commit is contained in:
4
.github/workflows/ci-js.yml
vendored
4
.github/workflows/ci-js.yml
vendored
@@ -1,4 +1,6 @@
|
|||||||
on: [push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [develop]
|
||||||
|
|
||||||
name: CI (JS)
|
name: CI (JS)
|
||||||
|
|
||||||
|
|||||||
3
.github/workflows/ci-rust.yml
vendored
3
.github/workflows/ci-rust.yml
vendored
@@ -1,5 +1,6 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
|
branches: [develop]
|
||||||
paths:
|
paths:
|
||||||
- src-tauri/**
|
- src-tauri/**
|
||||||
- .github/workflows/**
|
- .github/workflows/**
|
||||||
|
|||||||
Reference in New Issue
Block a user