Don't run CI twice for dev branch

This commit is contained in:
Laura Hausmann 2024-01-16 20:29:35 +01:00
parent 90a2e8f3d7
commit 3349988193
No known key found for this signature in database
GPG key ID: D044E84C5BE01605

View file

@ -1,5 +1,7 @@
on:
- push
push:
branches-ignore:
- 'dev'
jobs:
test-frontend:
runs-on: docker