Skip to content

Commit

Permalink
Clean up workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Jan 3, 2025
1 parent 1d7b293 commit 9c333a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 94 deletions.
9 changes: 6 additions & 3 deletions bff/.github/workflows/ci.yml → .github/workflows/bff-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ on:
push:
branches:
- main
- features/**
- releases/bff/**
paths:
- 'bff/**'
tags:
- '*.*.*'
- 'bff/*.*.*'
pull_request:

paths:
- 'bff/**'
env:
DOTNET_NOLOGO: true

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ name: "CI"
on:
push:
branches:
- main
- features/**
# tags:
# - '*.*.*'
- main
- releases/is/**
tags:
- 'is/*.*.*'
paths:
- 'identity-server/**'

pull_request:
paths:
- 'identity-server/**'
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/templates-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
branches:
- main
- features/**
tags:
- '*.*.*'
paths:
- 'templates/**'
pull_request:

env:
Expand Down
84 changes: 0 additions & 84 deletions bff/.github/workflows/codeql.yml

This file was deleted.

0 comments on commit 9c333a3

Please sign in to comment.