Skip to content

Commit db9d0cf

Browse files
authoredJan 20, 2025
Make workflow run on every PR
1 parent 6a71260 commit db9d0cf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ name: Main Workflow
55

66
on:
77
push:
8-
branches: [ master ]
8+
paths-ignore:
9+
- '**.md'
910
pull_request:
10-
branches: [ ** ]
11+
paths-ignore:
12+
- '**.md'
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)