Skip to content

Commit

Permalink
Add Code Scaning during pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Jan 21, 2022
1 parent dae08ad commit e65698c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "Code Scanning"

on:
on:
pull_request:
branches: [ main ]
push:
branches: [main]
# pull_request:
Expand Down

0 comments on commit e65698c

Please sign in to comment.