Skip to content

Commit

Permalink
Revert "Run on this branch for testing"
Browse files Browse the repository at this point in the history
This reverts commit f7684a0.
  • Loading branch information
danieljharvey committed Nov 15, 2023
1 parent f7684a0 commit 1bef751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
# and only on the `main` branch or version tags
if: |
github.event.workflow_run.conclusion == 'success'
# && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
&& (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v'))
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
Expand Down

0 comments on commit 1bef751

Please sign in to comment.