Skip to content

Commit 7919b9b

Browse files
authored
Merge pull request #8 from foooomio/fix-workflow
Fix workflow
2 parents 74876d5 + 32007e1 commit 7919b9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: CI
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
37

48
jobs:
59
rdflint:

0 commit comments

Comments
 (0)