mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
fix: Ensure builds only run when necessary
This commit is contained in:
10
.github/workflows/rc-lite-nightly.yml
vendored
10
.github/workflows/rc-lite-nightly.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
10
.github/workflows/rc-nightly.yml
vendored
10
.github/workflows/rc-nightly.yml
vendored
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user