Skip to content
Snippets Groups Projects
Commit d102a69d authored by Ralf Jung's avatar Ralf Jung
Browse files

restrict publishing to master branch

parent 5d5f47b5
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,6 +33,8 @@ opam:
script:
# Send a trigger to the repository doing the work
- curl --fail -X POST -F "token=$OPAM_UPDATE_SECRET" -F "ref=master" -F "variables[REPO]=${CI_PROJECT_URL}.git" -F "variables[REF]=$CI_COMMIT_REF_NAME" -F "variables[SHA]=$CI_COMMIT_SHA" -F "variables[NAME]=coq-stdpp" https://gitlab.mpi-sws.org/api/v3/projects/581/trigger/builds
only:
- master
stdpp-coq8.7:
<<: *template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment