diff options
author | Xander <xander@isxander.dev> | 2022-11-17 17:19:18 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 17:19:18 +0000 |
commit | 49ea473f613889bf66e6f4408b77b98f2319b432 (patch) | |
tree | fdaee852a5418b0b8f73f046a5fbd5265a610d4e /.github | |
parent | ab864004f05b1f9229d3cc9c082d5fc43826dcb7 (diff) | |
download | YetAnotherConfigLib-49ea473f613889bf66e6f4408b77b98f2319b432.tar.gz YetAnotherConfigLib-49ea473f613889bf66e6f4408b77b98f2319b432.tar.bz2 YetAnotherConfigLib-49ea473f613889bf66e6f4408b77b98f2319b432.zip |
run snapshot publishing on all branches
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/snapshot-publish.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/snapshot-publish.yml b/.github/workflows/snapshot-publish.yml index 49129b3..1529da3 100644 --- a/.github/workflows/snapshot-publish.yml +++ b/.github/workflows/snapshot-publish.yml @@ -2,8 +2,6 @@ name: Publish Snapshot on: push: - branches: - - '1.19' paths-ignore: - 'README.md' - 'LICENSE' |