updated workflow
This commit is contained in:
@@ -1,12 +1,14 @@
|
|||||||
on:
|
name: Python application
|
||||||
push:
|
run-name: ${{ gitea.actor }} is building the application
|
||||||
branches: [$default-branch]
|
on: [push]
|
||||||
|
# push:
|
||||||
|
# branches: [$default-branch]
|
||||||
|
|
||||||
permissions:
|
# permissions:
|
||||||
contents: read
|
# contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
Build-Service:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user