feat: apply setting changes and add commit feature

This commit is contained in:
2023-09-07 17:39:33 +02:00
parent bf96c1e29d
commit a39f57bac1
11 changed files with 93 additions and 26 deletions

View File

@@ -2,9 +2,9 @@ name: Build
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
tags:
- 'v*'
workflow_dispatch:
jobs:
build:
@@ -41,7 +41,6 @@ jobs:
path: build
deploy:
name: 🚀 Deploy
if: github.event_name == 'push' && contains(github.event.head_commit.message, '[deploy]')
runs-on: ubuntu-latest
needs: build
environment: