Skip to content

Commit 64b1a7c

Browse files
committed
Revert "Exclude documentation from CI workflow"
This reverts commit c95ac8e.
1 parent 99d0e39 commit 64b1a7c

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
name: Build Extension
2-
on:
3-
push:
4-
paths:
5-
- '**'
6-
- '!**.md'
7-
pull_request:
8-
paths:
9-
- '**'
10-
- '!**.md'
2+
on: [push, pull_request]
113

124
jobs:
135
build:

0 commit comments

Comments
 (0)