Skip to content

Commit

Permalink
Add new branches to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VynDragon committed Feb 10, 2025
1 parent 0f05154 commit 19ffba4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: build_on_push

on:
push:
branches: [ "main", "rp2350_ice" ]
branches: [ "main", "rp2350_ice", "pico2-ice_develop" ]
pull_request:
branches: [ "main", "develop" ]
branches: [ "main", "develop", "pico2-ice_develop" ]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 19ffba4

Please sign in to comment.