Skip to content

Commit 16af2da

Browse files
committed
Build image when main is pushed
1 parent e9174b0 commit 16af2da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Build and publish scs-compliance-check Docker image
33
'on':
44
# Allows you to run this workflow manually from the Actions tab
55
workflow_dispatch:
6+
push:
7+
branches:
8+
- main
9+
paths:
10+
- 'Tests/**'
611

712
env:
813
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)