Skip to content

Commit

Permalink
remove branch from push
Browse files Browse the repository at this point in the history
  • Loading branch information
chinelo-obitube authored and chinelo-obitube committed Jul 16, 2024
1 parent a111252 commit b99fe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- cv2-4793-identify-required-workflows
pull_request:
branches:
- develop
Expand Down Expand Up @@ -58,6 +57,7 @@ jobs:
- name: Build Docker Container
run: |
docker-compose build
- name: Run syntax checks
run: |
docker-compose run api bash -c 'touch /tmp/no-syntax-errors && find app lib config -name *.rb -exec bash -c "ruby -c {} >/dev/null || rm /tmp/no-syntax-errors" ";" && ls /tmp/no-syntax-errors'
Expand Down

0 comments on commit b99fe6c

Please sign in to comment.