„.gitea/workflows/build.yml“ ändern
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# .gitea/workflows/build.yaml
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||
on: [workflow_dispatch, push]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -33,9 +37,4 @@ jobs:
|
||||
- name: Deploy
|
||||
run: |
|
||||
echo Deploying...
|
||||
sleep 1
|
||||
echo ...
|
||||
sleep 1
|
||||
echo ...
|
||||
sleep 1
|
||||
echo DONE!
|
||||
Reference in New Issue
Block a user