feat : mettre à jour les déclencheurs du workflow pour les actions et le déploiement de Gitea
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Gitea Actions Demo
|
||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||
on: [push]
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
|
||||
@@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'j2/feat/git-action-time'
|
||||
workflow_dispatch
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user