Skip to content

Commit

Permalink
ci(shuttle): use default branch for shuttle deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
williamlsh authored Sep 28, 2024
1 parent 9f78a31 commit 8f03b07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/shuttle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- "*-?v[0-9]+*"
branches:
- "shuttle" # For testing purpose on this branch.
workflow_dispatch:

jobs:
Expand All @@ -15,8 +13,6 @@ jobs:
- uses: extractions/setup-just@v1
- name: Checkout code
uses: actions/checkout@v3
with:
ref: shuttle
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 8f03b07

Please sign in to comment.