diff --git a/.gitea/workflows/firsrtflow.yaml b/.gitea/workflows/firsrtflow.yaml index bfbc33a..db2b622 100644 --- a/.gitea/workflows/firsrtflow.yaml +++ b/.gitea/workflows/firsrtflow.yaml @@ -1,6 +1,11 @@ name: Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 -on: [push] +on: + push: + branches: [ main, master ] + pull_reqauest: + branches: [main, master] +workflow_dispatch: jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest