Skip to content

Commit

Permalink
ci: add paths (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Almanov Nikita <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Aug 18, 2024
1 parent e65d3e1 commit 6a8d051
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CodeQL

on:
pull_request:
pull_request_target:
branches:
- main
paths:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Auto Build
uses: github/codeql-action/autobuild@v3

- name: Perform Analysis
- name: Perform Code Analysis
uses: github/codeql-action/analyze@v3
with:
category: /language:${{ matrix.language }}
4 changes: 4 additions & 0 deletions .github/workflows/eslint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
pull_request:
branches:
- main
paths:
- src/**/*.ts
push:
branches:
- main
paths:
- src/**/*.ts

jobs:
eslint:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
id: generate_token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.RELEASE_UNBLOCKER_APP_ID }}
private_key: ${{ secrets.RELEASE_UNBLOCKER_APP_PRIVATE_KEY }}
app_id: ${{ secrets.ARCHOLEATER_APP_ID }}
private_key: ${{ secrets.ARCHOLEATER_APP_PRIVATE_KEY }}

- name: Checkout Repository
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ on:
pull_request:
branches:
- main
paths:
- src/**/*.ts
push:
branches:
- main
paths:
- src/**/*.ts

jobs:
spec:
Expand Down

0 comments on commit 6a8d051

Please sign in to comment.