Skip to content

Commit

Permalink
Trigger CI on all branches starting with "develop" and "unstable"
Browse files Browse the repository at this point in the history
References:
* #493

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 26, 2022
1 parent bbdf5aa commit 28d6faa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ name: Continuous Integration

on:
push:
branches: [ master, develop ]
branches: [ master, develop*, unstable* ]
pull_request:
branches: [ master, develop ]
branches: [ master, develop*, unstable* ]

jobs:
build:
Expand Down

0 comments on commit 28d6faa

Please sign in to comment.