We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8447c commit 900cfa3Copy full SHA for 900cfa3
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Tests
26
run: docker run -v $(pwd):/root/roslibjs --rm roslibjsdocker bash -i -c 'bash /root/roslibjs/test/build.bash'
27
- uses: stefanzweifel/git-auto-commit-action@v4
28
- if: ${{ github.event_name == 'push' && github.ref == 'develop' && matrix.ros_distro == 'noetic' }}
+ if: ${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.ros_distro == 'noetic' }}
29
with:
30
commit_message: Update Build
31
file_pattern: 'build/*.js'
0 commit comments