Skip to content

Commit 4604593

Browse files
committed
Only run on PR to main
1 parent be6a99e commit 4604593

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build-config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,29 @@ name: Verify CONFIG compiles
22

33
on:
44
pull_request:
5+
branches: [ main ]
56
workflow_dispatch:
67

78
jobs:
89
build:
910
runs-on: ubuntu-latest
1011
container:
1112
image: fozztexx/defoogi:1.4.2
12-
13+
1314
steps:
1415
- name: Checkout this repository
1516
uses: actions/checkout@v4
1617
with:
1718
path: fn-lib
18-
19-
- name: Checkout other repository
19+
20+
- name: Checkout CONFIG
2021
uses: actions/checkout@v4
2122
with:
2223
repository: https://github.com/FujiNetWIFI/fujinet-config.git
2324
path: fn-config
24-
25+
2526
- name: Set up build environment
26-
27+
2728
- name: Compile CONFIG
2829
working-directory: fn-config
2930
run: |

0 commit comments

Comments
 (0)