We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6794430 commit 7d56c79Copy full SHA for 7d56c79
.github/workflows/build-hostapd.yml
@@ -6,7 +6,7 @@ name: CI
6
on:
7
# Triggers the workflow on push or pull request events but only for the "master" branch
8
push:
9
- branches: [ "master" ]
+ branches: [ "test-build-automation" ]
10
pull_request:
11
branches: [ "master" ]
12
@@ -27,7 +27,7 @@ jobs:
27
28
# Runs a single command using the runners shell
29
- name: Run a one-line script
30
- run: echo Hello, world!
+ run: ./build.sh
31
32
# Runs a set of commands using the runners shell
33
- name: Run a multi-line script
0 commit comments