Skip to content

Commit

Permalink
add run-name in all workflows and make docs workflow triggered only w…
Browse files Browse the repository at this point in the history
…hen there are changes (#7)

Co-authored-by: Baptiste O'Jeanson <[email protected]>
  • Loading branch information
bojeanson and Baptiste O'Jeanson authored Dec 23, 2022
1 parent 98b8206 commit 651b510
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publication_pages_gh-pages_branch.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Publication documentation in branch gh-pages
run-name: Publication documentation in branch gh-pages from branch >> ${{ github.ref_name }} <<

# this workflow will trigger the pages-build-deployment workflow that will deploy the branch gh-pages to github pages

on:
push:
branches:
- main
paths:
- 'docs/**'

jobs:
generate_and_deploy_documentation:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publication_vio_images.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publication vio images to Github registry
run-name: Publication vio images to Github registry on branch >> ${{ github.ref_name }} <<

on:
release:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publication_vio_images_raspberry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Publication vio images for raspberry to Github registry
run-name: Publication vio images for raspberry to Github registry on branch >> ${{ github.ref_name }} <<

on:
release:
Expand Down

0 comments on commit 651b510

Please sign in to comment.