Skip to content

Commit

Permalink
Skip failure, run on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Aug 5, 2024
1 parent d334f44 commit 0b0c12c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: 🚀 Build and Release
on:
push:
branches-ignore: [wip/**]
tags: ["**"]
pull_request:
env:
CRATE_NAME: pgxn_meta
Expand Down Expand Up @@ -116,6 +117,16 @@ jobs:
- stable
- beta
- nightly
exclude:
# Not sure why this is failing.
- toolchain: nightly
platform:
os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin: pgxn_meta
name: pgxn_meta-Linux-aarch64-musl.tar.gz

steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
Expand Down

0 comments on commit 0b0c12c

Please sign in to comment.