Skip to content

Commit

Permalink
Enable build workflow on pull_request
Browse files Browse the repository at this point in the history
... just temporarily to test!
  • Loading branch information
hecrj committed Jan 20, 2022
1 parent 2b3528e commit 55cba5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
pull_request: {}
jobs:
todos_linux:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -100,7 +101,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: todos-aarch64-unknown-linux-gnu
path: target/aarc64-unknown-linux-gnu/release/todos
path: target/aarch64-unknown-linux-gnu/release/todos
- name: Build todos binary for Raspberry Pi 2/3/4 (32 bits)
run: cross build --verbose --release --package todos --target armv7-unknown-linux-gnueabihf
- name: Archive todos binary
Expand Down

0 comments on commit 55cba5e

Please sign in to comment.