Execute the publish task only on the main
branch
This commit is contained in:
parent
b1ace6ceb3
commit
7ba310c7ca
1 changed files with 2 additions and 0 deletions
|
@ -25,3 +25,5 @@ pipeline:
|
||||||
github_sshkey
|
github_sshkey
|
||||||
target_branch: gh-pages
|
target_branch: gh-pages
|
||||||
pages_directory: ./lib/static
|
pages_directory: ./lib/static
|
||||||
|
when:
|
||||||
|
branch: main
|
||||||
|
|
Loading…
Reference in a new issue