Skip to content

Commit

Permalink
Move pipeline setup to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-mk committed Dec 13, 2024
1 parent 55ff029 commit 14acd6f
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 17 deletions.
File renamed without changes.
17 changes: 16 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
#placeholder
name: "CI Pipeline"

on:
push:
branches: [main]
paths-ignore:
- "**/*.md"
pull_request:
branches: [main]
# Allow to run this workflow manually
workflow_dispatch:

jobs:
frontend-checks:
uses: ./.github/workflows/frontend-jobs.yml
secrets: inherit
16 changes: 0 additions & 16 deletions frontend/.github/workflows/pipeline.yml

This file was deleted.

0 comments on commit 14acd6f

Please sign in to comment.