Skip to content

Commit f03c4ac

Browse files
committed
Run error-finder on all pushes
1 parent 5aa3da7 commit f03c4ac

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/error-finder.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
name: Error Check
22

3-
on:
4-
push:
5-
branches:
6-
- master
7-
pull_request:
8-
types: [opened, synchronize]
3+
on: [push, pull_request]
94

105
jobs:
116
test-parse:

0 commit comments

Comments
 (0)