diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 3f573cc..f5e7607 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,9 +1,18 @@ name: Build run-name: CI/CD website -on: [push] +on: + push: + branches: + - main + - dev + pull_request: + types: [opened, synchronize, reopened] + branches: + - main + - dev jobs: - Explore-Gitea-Actions: + build-check: runs-on: ubuntu-latest steps: - name: Check out repository code