Skip to content

Commit

Permalink
branches
Browse files Browse the repository at this point in the history
  • Loading branch information
BYVoid committed Jul 26, 2024
1 parent 2df7c7f commit df50d32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bazel

on:
push:
branches: [master, win]
branches: [master]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CMake

on:
push:
branches: [master, win]
branches: [master]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MSVC

on:
push:
branches: [master, win]
branches: [master]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Node.js

on:
push:
branches: [master, win]
branches: [master]
pull_request:
branches: [master]

Expand Down

0 comments on commit df50d32

Please sign in to comment.