Update ACTiCameraAgent to HTTPCameraAgent to include other HTTP camera brands #648
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Docker Build | |
on: | |
pull_request: | |
paths: | |
- 'docs/**' | |
- '**.rst' | |
- '**.md' | |
- '.flake8' | |
- '.pre-commit-config.yaml' | |
- '.readthedocs.yaml' | |
- '.github/dependabot.yml' | |
jobs: | |
build: | |
name: test image build | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No build required" ' |