updated workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user