We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3999e commit 885161bCopy full SHA for 885161b
2 files changed
mainboards/.github/workflows/ci.yml .github/workflows/ci.ymlmainboards/.github/workflows/ci.yml renamed to .github/workflows/ci.yml
@@ -3,9 +3,9 @@ on:
3
# Triggers the workflow on push or pull request events but only for the
4
# master branch.
5
push:
6
- branches: [master]
+ branches: [main]
7
pull_request:
8
9
10
# Triggers the workflow every day at 23:00.
11
schedule:
@@ -79,6 +79,7 @@ jobs:
79
# Runs a set of commands using the runners shell
80
- name: Make ${{ matrix.mainboard }} kernel
81
run: |
82
+ cd mainboards
83
PATH=$PATH:$GOPATH/bin
84
cd $(echo ${{ matrix.mainboard }} | tr '-' '/')
85
make fetch
.gitignore
@@ -91,4 +91,3 @@ boards/*/volume-*
91
*.pad
92
*.hop
93
*.efi
94
-.*
0 commit comments