Skip to content

Commit

Permalink
fixing build
Browse files Browse the repository at this point in the history
  • Loading branch information
petergjoel committed Dec 2, 2022
1 parent f8c23ac commit e257920
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Linux

on:
push:
branches: [ main, v4.2.2, v4.2.3 ]
branches: [ main, v4.2.2, 4.2.3 ]
pull_request:
branches: [ main, v4.2.2, v4.2.3 ]
branches: [ main, v4.2.2, 4.2.3 ]
workflow_dispatch:

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build MacOS

on:
push:
branches: [ main, v4.2.2, v4.2.3 ]
branches: [ main, v4.2.2, 4.2.3 ]
pull_request:
branches: [ main, v4.2.2, v4.2.3 ]
branches: [ main, v4.2.2, 4.2.3 ]
types: [synchronize, opened, reopened, ready_for_review]
workflow_dispatch:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-win.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build Windows (Cross)
on:
push:
branches: [ main, v4.2.2, v4.2.3 ]
branches: [ main, v4.2.2, 4.2.3 ]
pull_request:
branches: [ main, v4.2.2, v4.2.3 ]
branches: [ main, v4.2.2, 4.2.3 ]
types: [synchronize, opened, reopened, ready_for_review]
workflow_dispatch:

Expand Down

0 comments on commit e257920

Please sign in to comment.