mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-22 15:57:44 +01:00
Compare commits
6 commits
574e0d4582
...
3a1e1e6425
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a1e1e6425 | ||
|
|
fb7cd452f6 | ||
|
|
707369bfad | ||
|
|
25dba5e23b | ||
|
|
05037dccc7 | ||
|
|
02d4081f2f |
4 changed files with 6 additions and 7 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -1,9 +1,8 @@
|
|||
name: Build Dalamud
|
||||
on: [push, pull_request, workflow_dispatch]
|
||||
|
||||
# Globally blocking because of git pushes in deploy step
|
||||
concurrency:
|
||||
group: build_dalamud_${{ github.repository_owner }}
|
||||
group: build_dalamud_${{ github.ref_name }}
|
||||
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 305c1629eed0b1cdca5efb102e37de93d592d155
|
||||
Subproject commit c0a8620439e647ccf443710e81acce021b299bf5
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit c74841abce0830ead4437ed2f560bceb6235a538
|
||||
Subproject commit d8d0b53e27393f509ac5397511cb8d251d562277
|
||||
Loading…
Add table
Add a link
Reference in a new issue