Skip to content

Commit d251a89

Browse files
only rebuild dockerfile on PR to main
1 parent ae56d01 commit d251a89

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/py-intro-to-ds image on DockerHub
22
on:
33
pull_request:
44
types: [opened, synchronize]
5+
branches:
6+
- 'main'
57

68
jobs:
79
rebuild-docker:

0 commit comments

Comments
 (0)