mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-23 16:27:44 +01:00
Compare commits
No commits in common. "3a1e1e6425acf5be0a4721aae505f732f1cc0977" and "574e0d458201f0e0af172b0a8fda590cf9db2b4a" have entirely different histories.
3a1e1e6425
...
574e0d4582
4 changed files with 7 additions and 6 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -1,8 +1,9 @@
|
|||
name: Build Dalamud
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
# Globally blocking because of git pushes in deploy step
|
||||
concurrency:
|
||||
group: build_dalamud_${{ github.ref_name }}
|
||||
group: build_dalamud_${{ github.repository_owner }}
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
6
.github/workflows/rollup.yml
vendored
6
.github/workflows/rollup.yml
vendored
|
|
@ -1,8 +1,8 @@
|
|||
name: Rollup changes to next version
|
||||
on:
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit c0a8620439e647ccf443710e81acce021b299bf5
|
||||
Subproject commit 305c1629eed0b1cdca5efb102e37de93d592d155
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit d8d0b53e27393f509ac5397511cb8d251d562277
|
||||
Subproject commit c74841abce0830ead4437ed2f560bceb6235a538
|
||||
Loading…
Add table
Add a link
Reference in a new issue