There was an error while loading. Please reload this page.
1 parent 4fb8135 commit d0e4554Copy full SHA for d0e4554
1 file changed
.github/workflows/build.yml
@@ -1,10 +1,9 @@
1
name: Build
2
3
-on:
4
- push:
5
- branches: [main]
6
- pull_request:
7
+on: [push, pull_request, workflow_dispatch]
+
+env:
+ FORCE_COLOR: 1
8
9
jobs:
10
build:
0 commit comments