Skip to content

Commit bb98437

Browse files
author
Paultagoras
committed
Update analysis.yml
1 parent 4e25ba2 commit bb98437

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/analysis.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name: Analysis
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
7-
# paths-ignore:
8-
# - "**.md"
9-
# - "**/docs/**"
10-
# - "**/LICENSE"
11-
# - "**/NOTICE"
12-
# pull_request:
13-
# branches:
14-
# - main
15-
# types:
16-
# - opened
17-
# - synchronize
18-
# - reopened
19-
# paths-ignore:
20-
# - "**.md"
21-
# - "**/docs/**"
22-
# - "**/LICENSE"
23-
# - "**/NOTICE"
4+
push:
5+
branches:
6+
- main
7+
paths-ignore:
8+
- "**.md"
9+
- "**/docs/**"
10+
- "**/LICENSE"
11+
- "**/NOTICE"
12+
pull_request:
13+
branches:
14+
- main
15+
types:
16+
- opened
17+
- synchronize
18+
- reopened
19+
paths-ignore:
20+
- "**.md"
21+
- "**/docs/**"
22+
- "**/LICENSE"
23+
- "**/NOTICE"
2424
workflow_dispatch:
2525
inputs:
2626
pr:

0 commit comments

Comments
 (0)