Skip to content

Commit

Permalink
ci(staging): don't run on tags & enable workflow-dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGreatRefrigerator committed Aug 2, 2024
1 parent 914aa3a commit c78bc51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
push:
branches:
- chore/release*
tags:
- "*.*.*"
pull_request:
branches:
- chore/release*
workflow_dispatch:

jobs:
deploy:
Expand Down

0 comments on commit c78bc51

Please sign in to comment.