Skip to content

Commit c2ee659

Browse files
Update .github/workflows/docker-jupyter-image.yml
was there only for testing on all branches Co-authored-by: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com>
1 parent 0f1053f commit c2ee659

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/docker-jupyter-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: ghcr-jupyter
22
on:
33
push:
4-
# branches: [ "main" ]
5-
# pull_request:
6-
# branches: [ "main" ]
4+
branches: [ "main" ]
5+
76
jobs:
87
build:
98
runs-on: ubuntu-latest
9+
if: github.repository == 'stfc/janus-core'
1010
permissions:
1111
packages: write
1212
contents: read

0 commit comments

Comments
 (0)