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 be6a99e commit 4604593Copy full SHA for 4604593
.github/workflows/build-config.yml
@@ -2,28 +2,29 @@ name: Verify CONFIG compiles
2
3
on:
4
pull_request:
5
+ branches: [ main ]
6
workflow_dispatch:
7
8
jobs:
9
build:
10
runs-on: ubuntu-latest
11
container:
12
image: fozztexx/defoogi:1.4.2
-
13
+
14
steps:
15
- name: Checkout this repository
16
uses: actions/checkout@v4
17
with:
18
path: fn-lib
19
- - name: Checkout other repository
20
+ - name: Checkout CONFIG
21
22
23
repository: https://github.com/FujiNetWIFI/fujinet-config.git
24
path: fn-config
25
26
- name: Set up build environment
27
28
- name: Compile CONFIG
29
working-directory: fn-config
30
run: |
0 commit comments