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 4e25ba2 commit bb98437Copy full SHA for bb98437
.github/workflows/analysis.yml
@@ -1,26 +1,26 @@
1
name: Analysis
2
3
on:
4
-# push:
5
-# branches:
6
-# - main
7
-# paths-ignore:
8
-# - "**.md"
9
-# - "**/docs/**"
10
-# - "**/LICENSE"
11
-# - "**/NOTICE"
12
-# pull_request:
13
14
15
-# types:
16
-# - opened
17
-# - synchronize
18
-# - reopened
19
20
21
22
23
+ push:
+ branches:
+ - main
+ paths-ignore:
+ - "**.md"
+ - "**/docs/**"
+ - "**/LICENSE"
+ - "**/NOTICE"
+ pull_request:
+ types:
+ - opened
+ - synchronize
+ - reopened
24
workflow_dispatch:
25
inputs:
26
pr:
0 commit comments