mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-30 05:05:19 -05:00
Port for 1.21.9
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: Build PR snapshot (1.21.6)
|
||||
name: Build PR snapshot (1.21.9)
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
@@ -7,7 +7,7 @@ on:
|
||||
- '**.properties'
|
||||
- '**/src/**'
|
||||
branches:
|
||||
- "1.21.7"
|
||||
- "1.21.9"
|
||||
types: [ opened, synchronize, reopened ]
|
||||
jobs:
|
||||
validate-gradle:
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Build and Release (1.21.6)
|
||||
name: Build and Release (1.21.9)
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
- '**/src/**'
|
||||
- '.github/**'
|
||||
branches:
|
||||
- "1.21.7"
|
||||
- "1.21.9"
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
norelease:
|
||||
Reference in New Issue
Block a user