Skip to content

Commit

Permalink
Merge pull request #177 from FlowFuse/ci-no-test-on-release
Browse files Browse the repository at this point in the history
ci: Do not run test against `release-*` branches
  • Loading branch information
hardillb authored Dec 9, 2024
2 parents 0f6f603 + 6e5970b commit 390f8fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- main
- '!release-**'
pull_request:
branches:
- main
- '!release-**'

jobs:
default-stack:
Expand Down

0 comments on commit 390f8fd

Please sign in to comment.