diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b6080de..c5dfc42 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,8 +2,8 @@ name: Build Dusk on: push: - tags: - - '*' + branches: + - main pull_request: branches: - main