Skip to content

Commit

Permalink
CI: change branch name to main
Browse files Browse the repository at this point in the history
Since the branch for the gnuradio 4 version was renamed from
dev-prototype to main, the CI has to be adapted to running for this
branch.

Signed-off-by: Alexander Krimm <[email protected]>
  • Loading branch information
wirew0rm committed Dec 18, 2024
1 parent e023225 commit 4286dbc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: CMake

on:
push:
branches: [ dev-prototype ]
branches: [ main ]
pull_request:
branches: [ dev-prototype ]
release:
types: [ created ]
branches: [ main ]

jobs:
build:
Expand Down

0 comments on commit 4286dbc

Please sign in to comment.