Skip to content

Commit d0e4554

Browse files
committed
Add colour to logs, allow testing feature branches
1 parent 4fb8135 commit d0e4554

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Build
22

3-
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
3+
on: [push, pull_request, workflow_dispatch]
4+
5+
env:
6+
FORCE_COLOR: 1
87

98
jobs:
109
build:

0 commit comments

Comments
 (0)