Skip to content

Commit

Permalink
unify triggers for feeders also
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Feb 29, 2024
1 parent 84dd9ea commit 543eb57
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-build-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Build and Deploy

on:
pull_request:
branches:
- dev
push:
branches:
- dev
- test
- '!cypress**'
pull_request:
branches:
- dev

env:
REGISTRY: ghcr.io
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ci-build-feeders.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
name: Build Data-Feeder

on:
pull_request:
branches:
- dev
push:
branches: [feature/*, dev, test]
branches:
- dev
- test
- '!cypress**'

env:
REGISTRY: ghcr.io
Expand Down

0 comments on commit 543eb57

Please sign in to comment.