Skip to content

Commit 885161b

Browse files
committed
Re-enabled github actions
Signed-off-by: Ryan O'Leary <ryanoleary@google.com>
1 parent ae3999e commit 885161b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
# Triggers the workflow on push or pull request events but only for the
44
# master branch.
55
push:
6-
branches: [master]
6+
branches: [main]
77
pull_request:
8-
branches: [master]
8+
branches: [main]
99

1010
# Triggers the workflow every day at 23:00.
1111
schedule:
@@ -79,6 +79,7 @@ jobs:
7979
# Runs a set of commands using the runners shell
8080
- name: Make ${{ matrix.mainboard }} kernel
8181
run: |
82+
cd mainboards
8283
PATH=$PATH:$GOPATH/bin
8384
cd $(echo ${{ matrix.mainboard }} | tr '-' '/')
8485
make fetch

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,3 @@ boards/*/volume-*
9191
*.pad
9292
*.hop
9393
*.efi
94-
.*

0 commit comments

Comments
 (0)