Skip to content

Commit

Permalink
[#216] Removed specific branches from build workflow;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 13, 2024
1 parent f7d1b23 commit e814e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: Build

on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]

jobs:
fsw:
Expand All @@ -14,6 +12,8 @@ jobs:
image: ivvitc/nos3-64:dev
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- name: Update
run: sudo apt-get update
- name: Install dependencies
Expand Down

0 comments on commit e814e58

Please sign in to comment.