Skip to content

Commit 8e26caa

Browse files
committed
Move workflows/push to workflows/dev
1 parent 52b9644 commit 8e26caa

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: Docker Build
1+
name: Edge version Build
22

3-
on: push
3+
on:
4+
push:
5+
branches:
6+
- dev
47

58
jobs:
69
publish-to-docker-io:
7-
name: Publish to Docker.io
10+
name: Publish edge to Docker.io
811
runs-on: ubuntu-latest
912
steps:
1013
- uses: actions/checkout@v1
@@ -16,7 +19,7 @@ jobs:
1619
cache: fspnetwork/nginx
1720
tags: edge
1821
publish-to-github-pkg:
19-
name: Publish to GitHub Package Registry
22+
name: Publish edge to GitHub Package Registry
2023
runs-on: ubuntu-latest
2124
steps:
2225
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)