Skip to content

Commit 19113b7

Browse files
authored
Merge pull request #233 from jcreedcmu/jcreed/revert-actions-change
Revert "Exclude documentation from CI workflow"
2 parents 99d0e39 + 64b1a7c commit 19113b7

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)