Skip to content

Commit 900cfa3

Browse files
(actions) fix auto build (#505)
1 parent 6e8447c commit 900cfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Tests
2626
run: docker run -v $(pwd):/root/roslibjs --rm roslibjsdocker bash -i -c 'bash /root/roslibjs/test/build.bash'
2727
- uses: stefanzweifel/git-auto-commit-action@v4
28-
if: ${{ github.event_name == 'push' && github.ref == 'develop' && matrix.ros_distro == 'noetic' }}
28+
if: ${{ github.event_name == 'push' && endsWith(github.ref, 'develop') && matrix.ros_distro == 'noetic' }}
2929
with:
3030
commit_message: Update Build
3131
file_pattern: 'build/*.js'

0 commit comments

Comments
 (0)