Skip to content

Commit

Permalink
github/workflows: also run test-dockerfile on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Feb 21, 2022
1 parent 1579a72 commit 1fe140d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test-dockerfile:
name: test-dockerfile
Expand Down

0 comments on commit 1fe140d

Please sign in to comment.