Skip to content

Commit

Permalink
build all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
andersc committed Apr 23, 2024
1 parent 17072db commit 8d7c7f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: MacOS-build

on:
push:
branches: [ master ]
branches: [ * ]
pull_request:
branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-22-04-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ubuntu-22.04

on:
push:
branches: [ master ]
branches: [ * ]
pull_request:
branches: [ master ]
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Windows-build

on:
push:
branches: [ master ]
branches: [ * ]
pull_request:
branches: [ master ]

Expand Down

0 comments on commit 8d7c7f4

Please sign in to comment.