Skip to content

Commit 0668329

Browse files
committed
minor workflow fix
1 parent 47f1aa4 commit 0668329

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: CI
22

33
on:
44
push:
5-
# tags:
6-
# - "v*.*.*"
75
branches: [main]
86
pull_request:
97
branches: [main]

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ concurrency:
1212
jobs:
1313
deploy:
1414
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' }}
1715
environment: deploy
1816
permissions:
1917
contents: write

0 commit comments

Comments
 (0)