Skip to content

Commit 4b3702e

Browse files
committed
fix ci trigger
1 parent bb857db commit 4b3702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Lint and test
3535
run: make all
3636
- name: Trigger CircleCI for deployment
37-
if: ${{ (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'netlify/gotrue') && matrix.go-version == '1.15.x' }}
37+
if: ${{ (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == 'netlify/gotrue') }}
3838
run: |
3939
curl -X POST --silent --show-error --fail \
4040
-H 'Circle-Token: ${{ secrets.CIRCLE_TOKEN }}' \

0 commit comments

Comments
 (0)