Browse Source

ci: update ci files.

pull/1047/head
AsakusaRinne 2 years ago
parent
commit
663d7fc784
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      .github/workflows/release.yml

+ 5
- 4
.github/workflows/release.yml View File

@@ -5,10 +5,11 @@ on:
# workflows: ["build_and_test"]
# types:
# - completed
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
[push, pull_request]
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]

env:
MYGET_API_TOKEN: ${{ SECRETS.RINNE_MYGET_KEY }}


Loading…
Cancel
Save