Skip to content

Commit

Permalink
fix: run Gitlab with api trigger instead of web
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed Aug 30, 2024
1 parent 6ee9709 commit 58b87e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "api"'

stages:
- build
Expand Down

0 comments on commit 58b87e0

Please sign in to comment.