feat(ci): trigger dev workflow on PR and main branch

This commit is contained in:
Elian Doran 2025-03-15 17:14:17 +02:00
parent 103b29d3de
commit bc8cca664b
No known key found for this signature in database

View File

@ -1,9 +1,9 @@
name: Dev name: Dev
on: on:
push: push:
branches-ignore: branches: [ develop ]
- 'develop' pull_request:
- 'feature/update**' branches: [ develop ]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}