Skip to content

Commit bded263

Browse files
committed
wip: enable GHA on the WIP
1 parent 44d94e2 commit bded263

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- main
6+
- wip/main
77
- master
88
pull_request:
99
branches:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: lint
33
on:
44
push:
55
branches:
6-
- main
6+
- wip/main
77
- master
88
pull_request:
99
branches:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: test
33
on:
44
push:
55
branches:
6-
- main
6+
- wip/main
77
- master
88
pull_request:
99
branches:

0 commit comments

Comments
 (0)