Skip to content

Commit 16880cd

Browse files
committed
Revert "Dont run CI/CD on master"
This reverts commit 9b33a20.
1 parent 696d87d commit 16880cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.gitea/workflows/build_docker.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Create Docker Image
22
run-name: ${{ gitea.actor }} Building Docker Image 🐳
3-
on:
4-
push:
5-
branches:
6-
- '*'
7-
- '!master'
3+
on: [push]
84
env:
95
DOCKER_HOST: tcp://127.0.0.1:2375
106
ASSETS: c2780a3

0 commit comments

Comments
 (0)