mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01: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)
|
||||
|
||||
|
||||
3
.github/workflows/ci-rust.yml
vendored
3
.github/workflows/ci-rust.yml
vendored
@@ -1,5 +1,6 @@
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
branches: [develop]
|
||||
paths:
|
||||
- src-tauri/**
|
||||
- .github/workflows/**
|
||||
|
||||
Reference in New Issue
Block a user