We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7d859 commit 71f982aCopy full SHA for 71f982a
.github/workflows/codeql-analysis.yml
@@ -1,15 +1,13 @@
1
name: "CodeQL"
2
3
on:
4
- workflow_dispatch:
5
-# # Temporarily disabled. See https://github.com/getsentry/sentry-dotnet/issues/4736
6
-# push:
7
-# branches: [ main ]
8
-# pull_request:
9
-# # The branches below must be a subset of the branches above
10
11
-# schedule:
12
-# - cron: '22 5 * * 1'
+ push:
+ branches: [ main ]
+ pull_request:
+ # The branches below must be a subset of the branches above
+ schedule:
+ - cron: '22 5 * * 1'
13
14
jobs:
15
analyze:
0 commit comments