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 | |
parent | ad9e1ac4c09b50b04835326d471c55bb186ca1ff (diff) | |
download | timeline-da0f0abb3d5b2941e2e7c545ec8faf681c26e72a.tar.gz timeline-da0f0abb3d5b2941e2e7c545ec8faf681c26e72a.tar.bz2 timeline-da0f0abb3d5b2941e2e7c545ec8faf681c26e72a.zip |
...
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/back-ci.yaml | 4 | ||||
-rw-r--r-- | .github/workflows/front-ci.yaml | 4 |
2 files changed, 4 insertions, 4 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/**"
diff --git a/.github/workflows/front-ci.yaml b/.github/workflows/front-ci.yaml index 2373c48c..028f64d1 100644 --- a/.github/workflows/front-ci.yaml +++ b/.github/workflows/front-ci.yaml @@ -2,11 +2,11 @@ name: Front End CI on:
push:
- branches: [master]
+ branches: [main]
paths:
- "FrontEnd/**"
pull_request:
- branches: [master]
+ branches: [main]
paths:
- "FrontEnd/**"
|