Skip to content

Commit

Permalink
[FIX] : fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Jun 8, 2024
1 parent a680c9f commit 88d94f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linux
on:
push:
branches:
- DemoApp
- master

jobs:
build_Linux_Ubuntu:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Osx
on:
push:
branches:
- DemoApp
- master

jobs:
build_Osx:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Win
on:
push:
branches:
- DemoApp
- master

jobs:
build_Win_latest:
Expand Down

0 comments on commit 88d94f4

Please sign in to comment.