diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8fe03e..47c1609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: ROS1 Industrial CI on: pull_request: + push: + branches: + - main jobs: clang_format_check: @@ -8,8 +11,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: run industrial_ci uses: 'ros-industrial/industrial_ci@master' env: @@ -22,8 +23,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: run industrial_ci uses: 'ros-industrial/industrial_ci@master' env: @@ -37,8 +36,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: run industrial_ci uses: 'ros-industrial/industrial_ci@master' env: @@ -50,8 +47,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: run industrial_ci uses: 'ros-industrial/industrial_ci@master' env: @@ -66,8 +61,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: run industrial_ci uses: 'ros-industrial/industrial_ci@master' env: @@ -97,8 +90,6 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - with: - ref: ${{ github.head_ref }} - name: run industrial_ci uses: 'ros-industrial/industrial_ci@master' env: ${{matrix.env}}