Skip to content
Snippets Groups Projects
Commit 1306485a authored by Damien Pollet's avatar Damien Pollet :coffee:
Browse files

Only run CI for main branch of original repo

parent 785756c4
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,9 @@ default:
name: "pandoc/core:latest-alpine"
entrypoint: [""]
build:
publish:
rules:
- if: ("$CI_COMMIT_BRANCH" == "$CI_DEFAULT_BRANCH" && "$CI_PROJECT_PATH" == "fil-l3-stages/portail")
before_script:
- apk --no-cache add make git
- git --version; pandoc --version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment