Skip to content

Commit

Permalink
ci: execute on prs against all branches for graphite compatibility
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Mertens <[email protected]>
  • Loading branch information
lukas-mertens committed Oct 12, 2024
1 parent fd61a26 commit 2cec502
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Checks
on:
pull_request:
branches:
- main
- spr/main/*
- '*'
push:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: Build & Deploy EVerest Admin Panel to GitHub Pages
on:
pull_request:
branches:
- main
- spr/main/*
- '*'
push:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: Cypress Tests
on:
pull_request:
branches:
- main
- spr/main/*
- '*'
push:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: Lint EVerest Admin Panel
on:
pull_request:
branches:
- main
- spr/main/*
- '*'
push:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: Package EVerest Admin Panel
on:
pull_request:
branches:
- main
- spr/main/*
- '*'
push:
branches:
- main
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: Execute Vitest Unit Tests
on:
pull_request:
branches:
- main
- spr/main/*
- '*'
push:
branches:
- main
Expand Down

0 comments on commit 2cec502

Please sign in to comment.