diff --git a/.github/workflows/codegen.yml b/.github/workflows/codegen.yml index b5c882756..88dc0b2d3 100644 --- a/.github/workflows/codegen.yml +++ b/.github/workflows/codegen.yml @@ -1,12 +1,6 @@ name: Code Generation -on: - push: - branches: - - main - pull_request: - branches: - - main +on: push jobs: diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index b6f9a9cea..bd1b8a124 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -1,12 +1,6 @@ name: Documentation -on: - push: - branches: - - main - pull_request: - branches: - - main +on: push jobs: build: @@ -26,4 +20,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: doc/html + publish_dir: doc/html \ No newline at end of file diff --git a/.github/workflows/docker-ros.yml b/.github/workflows/docker-ros.yml index cd7381d54..2b6a04864 100644 --- a/.github/workflows/docker-ros.yml +++ b/.github/workflows/docker-ros.yml @@ -1,12 +1,6 @@ name: docker-ros -on: - push: - branches: - - main - pull_request: - branches: - - main +on: push jobs: @@ -62,4 +56,4 @@ jobs: command: ros2 launch etsi_its_conversion converter.launch.py enable-industrial-ci: 'true' enable-push-as-latest: 'true' - enable-recursive-vcs-import: 'false' + enable-recursive-vcs-import: 'false' \ No newline at end of file