diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0b46f55..7172fd4 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -3,7 +3,10 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: workflow_dispatch: push: - + branches: [ "main" ] + paths-ignore: + - 'README.md' + jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest