We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f1aa4 commit 0668329Copy full SHA for 0668329
.github/workflows/ci.yml
@@ -2,8 +2,6 @@ name: CI
2
3
on:
4
push:
5
- # tags:
6
- # - "v*.*.*"
7
branches: [main]
8
pull_request:
9
.github/workflows/publish.yml
@@ -12,8 +12,6 @@ concurrency:
12
jobs:
13
deploy:
14
runs-on: ubuntu-latest
15
- # If CI was successful and the push is associated with a tag v*.*.*
16
- if: ${{ github.event.workflow_run.conclusion == 'success' && github.repository == 'TimChild/reflex-clerk-api' }}
17
environment: deploy
18
permissions:
19
contents: write
0 commit comments