Skip to content

Commit

Permalink
debug: run builds on push to this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
baparham committed Mar 8, 2023
1 parent d1737e2 commit f4b954e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Node binaries for Alpine

on:
workflow_dispatch:
push:
branches:
- revive-cross-compile

jobs:
alpine:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Node binaries for Linux

on:
workflow_dispatch:
push:
branches:
- revive-cross-compile

jobs:
linux-x64:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-linuxstatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Node binaries for Linux static

on:
workflow_dispatch:
push:
branches:
- revive-cross-compile

jobs:
linuxstatic:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Node binaries for macOS

on:
workflow_dispatch:
push:
branches:
- revive-cross-compile

jobs:
macos-x64:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Build Node binaries for Windows

on:
workflow_dispatch:
push:
branches:
- revive-cross-compile

jobs:
windows-vs2019:
Expand Down

0 comments on commit f4b954e

Please sign in to comment.