Skip to content

Commit

Permalink
Update build-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBlack85 authored Mar 5, 2024
1 parent ac03613 commit b441b8e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: Astro monitor build

on:
workflow_dispatch:
push:
branches: [ main ]
tags: v*
path-ignore:
paths-ignore:
- README.md
- install.sh

pull_request:
branches: [ main ]
path-ignore:
paths-ignore:
- README.md
- install.sh

Expand Down Expand Up @@ -46,7 +47,7 @@ jobs:
~/.cargo/registry
./target
key: build-cargo-registry-${{matrix.TARGET}}

- name: Pull deps
run: |
# dependencies are only needed on ubuntu as that's the only place where
# we make cross-compilation
Expand Down

0 comments on commit b441b8e

Please sign in to comment.