Skip to content

Commit

Permalink
Do full checks on release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 23, 2024
1 parent 982da8e commit d8ca9b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-full-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
push:
branches:
- main
- release/**
paths:
- '.github/**'
- 'dist/**'
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: CI-quick-check
on:
workflow_dispatch:
push:
branches-ignore: main
branches-ignore:
- main
- release/**

jobs:
build-distribution:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-verify-outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
push:
branches:
- main
- release/**
- dependabot/**

jobs:
Expand Down

0 comments on commit d8ca9b7

Please sign in to comment.