Skip to content

Commit

Permalink
Kicking off os specific builds on pushes to main. (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte authored Feb 13, 2025
1 parent a4debc1 commit a82be5d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macosx-clang-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: macosx-clang-build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ubuntu-gcc-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: ubuntu-gcc-build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-mingw-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: windows-mingw-build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-msvc-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: windows-msvc-build

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

Expand Down

0 comments on commit a82be5d

Please sign in to comment.