Skip to content

Commit 7d56c79

Browse files
authored
Update build-hostapd.yml
1 parent 6794430 commit 7d56c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-hostapd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: CI
66
on:
77
# Triggers the workflow on push or pull request events but only for the "master" branch
88
push:
9-
branches: [ "master" ]
9+
branches: [ "test-build-automation" ]
1010
pull_request:
1111
branches: [ "master" ]
1212

@@ -27,7 +27,7 @@ jobs:
2727

2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script
30-
run: echo Hello, world!
30+
run: ./build.sh
3131

3232
# Runs a set of commands using the runners shell
3333
- name: Run a multi-line script

0 commit comments

Comments
 (0)