Skip to content

Commit

Permalink
workflow: add shuttle-run action for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
2205u committed Jun 24, 2024
1 parent 2ab211f commit 3572fae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/shuttle-run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: shuttle-run
on:
pull_request:
branches: [ "main", "develop" ]

jobs:
deploy-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Run shuttle project locally.
uses: denytwice/[email protected]

0 comments on commit 3572fae

Please sign in to comment.