Skip to content

Commit 7b7599b

Browse files
committed
Remove test branch
1 parent acf4efe commit 7b7599b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Image CI
22

33
on:
44
push:
5-
branches: [ "master", "ci-fixes"]
5+
branches: [ "master" ]
66

77
jobs:
88

@@ -17,7 +17,6 @@ jobs:
1717
- name: print out github context
1818
env:
1919
GITHUB_CONTEXT: ${{ toJson(github) }}
20-
run: echo "$GITHUB_CONTEXT"
2120
- name: List of all Github Actions env vars
2221
run: env
2322
- name: Build the Docker image

0 commit comments

Comments
 (0)