diff options
author | crupest <crupest@outlook.com> | 2022-04-12 15:22:10 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-12 15:22:10 +0800 |
commit | da0f0abb3d5b2941e2e7c545ec8faf681c26e72a (patch) | |
tree | e33275897c564f042283a94ec049b6a9c75e586e /.github/workflows/back-ci.yaml | |
parent | ad9e1ac4c09b50b04835326d471c55bb186ca1ff (diff) | |
download | timeline-da0f0abb3d5b2941e2e7c545ec8faf681c26e72a.tar.gz timeline-da0f0abb3d5b2941e2e7c545ec8faf681c26e72a.tar.bz2 timeline-da0f0abb3d5b2941e2e7c545ec8faf681c26e72a.zip |
...
Diffstat (limited to '.github/workflows/back-ci.yaml')
-rw-r--r-- | .github/workflows/back-ci.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/back-ci.yaml b/.github/workflows/back-ci.yaml index d489e1ae..80352279 100644 --- a/.github/workflows/back-ci.yaml +++ b/.github/workflows/back-ci.yaml @@ -2,11 +2,11 @@ name: Back End CI on:
push:
- branches: [master]
+ branches: [main]
paths:
- "BackEnd/**"
pull_request:
- branches: [master]
+ branches: [main]
paths:
- "BackEnd/**"
|