Skip to content

Commit e814e58

Browse files
committed
[#216] Removed specific branches from build workflow;
1 parent f7d1b23 commit e814e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build
22

33
on:
44
push:
5-
branches: [ main, dev ]
65
pull_request:
7-
branches: [ main, dev ]
86

97
jobs:
108
fsw:
@@ -14,6 +12,8 @@ jobs:
1412
image: ivvitc/nos3-64:dev
1513
steps:
1614
- uses: actions/checkout@v2
15+
with:
16+
submodules: 'true'
1717
- name: Update
1818
run: sudo apt-get update
1919
- name: Install dependencies

0 commit comments

Comments
 (0)