fix: Ensure builds only run when necessary

This commit is contained in:
Technocality
2025-07-21 13:43:12 -05:00
parent ec08c8142a
commit 89600d29bb
2 changed files with 10 additions and 10 deletions

View File

@@ -1,10 +1,10 @@
name: RC-Lite Nighty Builds
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push, pull_request]
branches: [ "main" ]
paths:
- 'versions/vanilla/src/re-console-lite/curseforge/**'
- 'versions/vanilla/src/re-console-lite/modrinth/**'
workflow_dispatch:

View File

@@ -1,10 +1,10 @@
name: RC Nighty Builds
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
on: [push, pull_request]
branches: [ "main" ]
paths:
- 'versions/vanilla/src/re-console/curseforge/**'
- 'versions/vanilla/src/re-console/modrinth/**'
workflow_dispatch: