ci: Only build PRs targetting the dev branch [skip ci]

This commit is contained in:
oSumAtrIX 2024-03-06 23:24:00 +01:00 committed by GitHub
parent daae03b40f
commit cd8e0f536a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,14 @@
name: Deploy
on: [pull_request, push]
on:
workflow_dispatch:
push:
branches:
- main
- dev
pull_request:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-latest