Skip to content

Commit

Permalink
ci: trigger on every change to .github folder
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Oct 6, 2022
1 parent 4891ca9 commit 785cd09
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-e2e-nextjs-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- 'package.json'
- '*.lock'
- '.yarnrc.yml'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -26,7 +26,7 @@ on:
- 'package.json'
- '*.lock'
- '.yarnrc.yml'
- '.github/workflows/**'
- '.github/**'

jobs:
e2e:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-e2e-prisma.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- 'package.json'
- '*.lock'
- '.yarnrc.yml'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -22,7 +22,7 @@ on:
- 'package.json'
- '*.lock'
- '.yarnrc.yml'
- '.github/workflows/**'
- '.github/**'

jobs:
e2e:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- 'package.json'
- '*.lock'
- '.yarnrc.yml'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -20,7 +20,7 @@ on:
- 'package.json'
- '*.lock'
- '.yarnrc.yml'
- '.github/workflows/**'
- '.github/**'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-nextjs-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -30,7 +30,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'
jobs:
test:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -26,7 +26,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-remix-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -26,7 +26,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-vite-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

pull_request:
types:
Expand All @@ -26,7 +26,7 @@ on:
- '.yarnrc.yml'
- 'tsconfig.base.json'
- '.prettier*'
- '.github/workflows/**'
- '.github/**'

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-web-app-docker.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- '*.base.json'
- '*.base.js'
- '.prettier*.*'
- '.github/workflows/**'
- '.github/**'
- 'Dockerfile'
- '*.Dockerfile'
- 'docker-compose.yml'
Expand All @@ -36,7 +36,7 @@ on:
- '*.base.json'
- '*.base.js'
- '.prettier*.*'
- '.github/workflows/**'
- '.github/**'
- 'Dockerfile'
- '*.Dockerfile'
- 'docker-compose.yml'
Expand Down

0 comments on commit 785cd09

Please sign in to comment.