Skip to content

Commit

Permalink
turn to main branch for developing
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 20, 2024
1 parent 4ad5eae commit 16c6664
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/APIs-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: APIs Tests on Linux
on:
push:
branches:
- dev
- main

jobs:
api-tests-on-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/APIs-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: APIs Tests on MacOS
on:
push:
branches:
- dev
- main

jobs:
api-tests-on-macos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/APIs-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: APIs Tests on Windows
on:
push:
branches:
- dev
- main

jobs:
api-tests-on-windows:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Components-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Components Tests on Linux
on:
push:
branches:
- dev
- main

jobs:
component-tests-on-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Components-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Components Tests on MacOS
on:
push:
branches:
- dev
- main

jobs:
component-tests-on-macos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Components-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Components Tests on Windows
on:
push:
branches:
- dev
- main

jobs:
component-tests-on-windows:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Intsallation-Tests-on-Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Installation Tests On Linux
on:
push:
branches:
- dev
- main

jobs:
installation-tests-on-linux:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Intsallation-Tests-on-MacOS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Installation Tests On MacOS
on:
push:
branches:
- dev
- main

jobs:
installation-tests-on-macos:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Intsallation-Tests-on-Windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Installation Tests On Windows
on:
push:
branches:
- dev
- main

jobs:
installation-tests-on-windows:
Expand Down

0 comments on commit 16c6664

Please sign in to comment.