no longer runs on PRs, only on merge to master
This commit is contained in:
parent
3b30c9281e
commit
66a300f1e4
@ -1,9 +1,8 @@
|
|||||||
name: Compile and package harmony_composer
|
name: Compile and package harmony_composer
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
package_harmony_composer:
|
package_harmony_composer:
|
||||||
@ -27,6 +26,8 @@ jobs:
|
|||||||
target/x86_64-unknown-linux-gnu/release/harmony_composer
|
target/x86_64-unknown-linux-gnu/release/harmony_composer
|
||||||
target/x86_64-pc-windows-gnu/release/harmony_composer.exe
|
target/x86_64-pc-windows-gnu/release/harmony_composer.exe
|
||||||
|
|
||||||
|
# TODO: build ARM images and MacOS binaries (or other targets) too
|
||||||
|
|
||||||
- name: Setup log into hub.nationtech.io
|
- name: Setup log into hub.nationtech.io
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
@ -34,8 +35,6 @@ jobs:
|
|||||||
username: ${{ secrets.HUB_BOT_USER }}
|
username: ${{ secrets.HUB_BOT_USER }}
|
||||||
password: ${{ secrets.HUB_BOT_PASSWORD }}
|
password: ${{ secrets.HUB_BOT_PASSWORD }}
|
||||||
|
|
||||||
# TODO: build ARM images and MacOS binaries (or other targets) too
|
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user