Skip to content

Commit

Permalink
Ignore files in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaUrsa committed Nov 10, 2023
1 parent e2981ed commit 64ff3f0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .codeqlignore

This file was deleted.

13 changes: 12 additions & 1 deletion .github/workflows/PullRequestOpenAll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ on:
- opened
- synchronize
- reopened
paths:
- src
paths-ignore:
- '**/archive/**'
- '**/legacy/**'
- '**/matrix/**'
- '**/telegram/**'
- '**/irc/**'
- '**/jest/**'
- '**/build/**'
- '**/@prisma-moodle/**'

jobs:
lint:
Expand Down Expand Up @@ -47,7 +58,7 @@ jobs:
# run: cp .env.example .env
# - name: Test
# run: npx jest --silent -c ./src/jest/jest.unit.config.ts
codeql:
codeql:
name: CodeQL
runs-on: ubuntu-latest
env:
Expand Down
12 changes: 11 additions & 1 deletion .github/workflows/PushToMain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ on:
push:
branches:
- main

paths:
- src
paths-ignore:
- '**/archive/**'
- '**/legacy/**'
- '**/matrix/**'
- '**/telegram/**'
- '**/irc/**'
- '**/jest/**'
- '**/build/**'
- '**/@prisma-moodle/**'
jobs:
lint:
name: Lint
Expand Down

0 comments on commit 64ff3f0

Please sign in to comment.