Skip to content

Commit

Permalink
rename workflows (#481)
Browse files Browse the repository at this point in the history
* rename workflows

* run pr workflows on changes
  • Loading branch information
Themezv authored Mar 21, 2024
1 parent 0159273 commit 6445e3e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/blog-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Blog build, push and deploy'
name: 'Blog release'

on:
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/blog-pr.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: CI-pull-requests
name: 'Blog pull request'

on:
pull_request:
branches: [ master ]
paths:
- 'apps/blog/**'
- '.docker/Blog_**'
- '.github/workflows/blog-**'
- 'yarn.lock'

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gamehub-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'GameHub build, push and deploy'
name: 'GameHub release'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gamehub-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI-pull-requests
name: 'GameHub pull request'

on:
pull_request:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ligretto-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Ligretto build, push and deploy'
name: 'Ligretto release'

on:
workflow_dispatch:
Expand All @@ -10,6 +10,7 @@ on:
- 'packages/ligretto-shared/**'
- 'packages/auth-front/**'
- 'packages/ui/**'
- .github/workflows/ligretto-deploy.yml
- '.docker/Ligretto-**'
- '.deploy/ligretto.deploy.yml'
- '.env*'
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ligretto-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Ligretto-pr
name: 'Ligretto pull request'

on:
pull_request:
Expand All @@ -9,6 +9,7 @@ on:
- 'packages/auth-front/**'
- 'packages/ui/**'
- '.docker/Ligretto-**'
- .github/workflows/ligretto-pr.yml
- '.env*'
- 'yarn.lock'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ligretto-schedule-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Ligretto_schedule-E2E'
name: 'Ligretto schedule-E2E'

on:
workflow_dispatch:
Expand Down

0 comments on commit 6445e3e

Please sign in to comment.