Skip to content

Commit 3698b35

Browse files
authored
Merge pull request #30 from treeform/line_endings
Remove win linde endings.
2 parents 76ca7f5 + df3e770 commit 3698b35

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Github Actions
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches: [ master ]
5+
pull_request:
6+
branches: [ master ]
37
jobs:
48
build:
59
strategy:

0 commit comments

Comments
 (0)