Skip to content

Commit

Permalink
Update docker-actions.yml to trigger on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebreu authored Dec 11, 2024
1 parent 5b3fba4 commit b8ac065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Build test publish
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:

# Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds.
Expand Down Expand Up @@ -52,4 +54,4 @@ jobs:
- name: Run tests
run: |
echo Running tests
docker run --name tester --rm ${{ steps.meta.outputs.tags }} /opt/conda/bin/python /src/tests/end_to_end/test_runner.py
docker run --name tester --rm ${{ steps.meta.outputs.tags }} /opt/conda/bin/python /src/tests/end_to_end/test_runner.py

0 comments on commit b8ac065

Please sign in to comment.