Skip to content

Commit

Permalink
Limit check.yml GitHubAction to Master Branch
Browse files Browse the repository at this point in the history
Closes #12
  • Loading branch information
alexpartsch committed Mar 23, 2021
1 parent fedcd3b commit 7c9a518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Check code on pull requests & subsequent pushes
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master

jobs:
owasp:
Expand Down

0 comments on commit 7c9a518

Please sign in to comment.