diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 394c807..693a87d 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -1,6 +1,6 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: [discussion] jobs: Explore-Gitea-Actions: diff --git a/.gitea/workflows/push.yml b/.gitea/workflows/push.yml index 7a7cc8e..272a02c 100644 --- a/.gitea/workflows/push.yml +++ b/.gitea/workflows/push.yml @@ -1,5 +1,4 @@ -name: Gitea Actions Demo -run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 +name: Push/PR Steps on: pull_request: branches: