Skip to content

Commit

Permalink
workflows/codeql: Improve branch triggers and remove fail-fast
Browse files Browse the repository at this point in the history
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
issyl0 and MikeMcQuaid committed Apr 18, 2022
1 parent 0016baa commit 7221865
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches:
- master
pull_request:
branches: [ master ]

jobs:
analyze:
Expand All @@ -15,9 +15,6 @@ jobs:
contents: read
security-events: write

strategy:
fail-fast: false

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 7221865

Please sign in to comment.