ci: trigger dev build+smoke on PRs to dev #3

Closed
will.anderson wants to merge 3 commits from fix/ci-pr-triggers into dev
Showing only changes of commit 27b53699c4 - Show all commits
+12
View File
@@ -17,6 +17,18 @@ on:
- '.gitea/workflows/stage.yaml'
- '.gitea/workflows/deploy.yaml'
pull_request:
branches: [dev]
paths:
- 'src/**'
- 'dist/**'
- 'runtime/**'
- 'Dockerfile.stage'
- 'build-stage.sh'
- '.gitea/workflows/dev.yaml'
- '.gitea/workflows/stage.yaml'
- '.gitea/workflows/deploy.yaml'
workflow_dispatch:
jobs: