Skip to content

Commit 8faa341

Browse files
only rebuild dockerfile on PR to main
1 parent db6e782 commit 8faa341

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update_build_environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Rebuild and publish new ubcdsci/intro-to-ds image on DockerHub
22
on:
33
pull_request:
44
types: [opened, synchronize]
5+
branches:
6+
- 'main'
57
jobs:
68
rebuild-docker:
79
name: Rebuild docker image

0 commit comments

Comments
 (0)