Skip to content

Commit 84718fb

Browse files
committed
fix: removing workflow condition for running on all pull requests
1 parent bef73be commit 84718fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/generate_srs_files.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ name: Generate SRS Files
22

33
on:
44
pull_request:
5-
paths:
6-
- 'csv/**'
75

86
jobs:
9-
107
build:
118
runs-on: ubuntu-latest
129
steps:

0 commit comments

Comments
 (0)