Skip to content

Commit

Permalink
(build) Remove reference to release 1.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Feb 7, 2021
1 parent 5d68525 commit 6641a9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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: [ develop, main, release/1.0.0 ]
branches: [ develop, main]
pull_request:
branches: [ develop, release/1.0.0 ]
branches: [ develop ]
schedule:
- cron: '41 21 * * 2'

Expand All @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'csharp' ]

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

0 comments on commit 6641a9f

Please sign in to comment.