mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
chore: ci + readme fixes, make editorconfig consistent with usage in yml files (#1228)
This commit is contained in:
parent
7573575985
commit
dcdfd3c403
3 changed files with 22 additions and 13 deletions
7
.github/workflows/tag-build.yml
vendored
7
.github/workflows/tag-build.yml
vendored
|
|
@ -1,5 +1,10 @@
|
|||
name: Tag Build
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags-ignore:
|
||||
- '*' # don't needlessly execute on tags
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue