Skip to content

Commit

Permalink
ci: fixed tags and branches
Browse files Browse the repository at this point in the history
  • Loading branch information
oxypomme committed Apr 5, 2024
1 parent 63f6c02 commit b431df2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/report-db-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Generate migration of report database

on:
push:
branches:
- rc/*
tags:
- '*.rc*'
paths:
- 'src/services/report/prisma/schema.prisma'
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/report-erd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Generate database documentation of report database

on:
push:
branches:
- rc/*
tags:
- '*.rc*'
paths:
- 'src/services/report/prisma/schema.prisma'
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sdk-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy SDK documentation
on:
push:
branches:
- $default-branch
- master
paths:
- '.github/workflows/sdk-doc.yml'
- 'src/sdk/**'
Expand Down

0 comments on commit b431df2

Please sign in to comment.