Skip to content

Commit

Permalink
ci: update CODE_SCANNING to target main
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku authored Dec 20, 2023
1 parent 7f4c040 commit f3b6fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CODE_SCANNING.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "Code Scanning"

on:
push:
branches: [ master, develop ]
branches: [ main, develop ]
pull_request:
branches: [ master, develop ]
branches: [ main, develop ]
paths-ignore:
- '**/*.md'

Expand Down

0 comments on commit f3b6fab

Please sign in to comment.