Skip to content

Commit

Permalink
Merge pull request #364 from LeStarch/fix/add-to-ci
Browse files Browse the repository at this point in the history
Adding release/** to CI builds
  • Loading branch information
bocchino authored Dec 8, 2023
2 parents 268725d + 7e02eaf commit 8362cc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build Native Images

on:
push:
branches: [ "main" ]
branches: [ "main", "release/**" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "release/**" ]
release:
types: [ published ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: FPP CI

on:
push:
branches: [ "main" ]
branches: [ "main", "release/**" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "release/**" ]

permissions:
contents: read
Expand Down

0 comments on commit 8362cc3

Please sign in to comment.