chore: rename master to prod
This commit was merged in pull request #27.
This commit is contained in:
@@ -3,7 +3,7 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**' # matches every branch
|
- '**' # matches every branch
|
||||||
- '!master'
|
- '!prod'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: Build and Push Docker Image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- prod
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build And Push Docker Image:
|
Build And Push Docker Image:
|
||||||
|
|||||||
Reference in New Issue
Block a user