updated workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 6s
Python application / Build-Service (push) Failing after 2s

This commit is contained in:
brb
2023-07-10 19:12:26 +02:00
parent 6e46747613
commit 9f055f0921
+8 -6
View File
@@ -1,12 +1,14 @@
on:
push:
branches: [$default-branch]
name: Python application
run-name: ${{ gitea.actor }} is building the application
on: [push]
# push:
# branches: [$default-branch]
permissions:
contents: read
# permissions:
# contents: read
jobs:
build:
Build-Service:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3