Only CI on PR

This commit is contained in:
Gregory Schier
2024-06-09 06:47:47 -07:00
parent b6927435e5
commit 7b2cb64b14
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
on: [push]
on:
pull_request:
branches: [develop]
name: CI (JS)

View File

@@ -1,5 +1,6 @@
on:
push:
pull_request:
branches: [develop]
paths:
- src-tauri/**
- .github/workflows/**