Skip to content

Commit

Permalink
run on fork codeql and pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
henne49 committed Jun 11, 2024
1 parent 806b96d commit 4c25f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches: ["main"]
pull_request:
branches: ["main"]
fork:
schedule:
- cron: "19 16 * * 2"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Pylint

on: [push]
on: [push, fork]

jobs:
build:
Expand Down

0 comments on commit 4c25f28

Please sign in to comment.