Skip to content

Commit

Permalink
chore: update workflows, test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
WomB0ComB0 committed Oct 2, 2024
1 parent 8644161 commit 24f042c
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: 🔎 CodeQL

on:
push:
branches: ["main", "production", "staging"]
branches: ["master"]
pull_request:
branches: ["main", "production", "staging"]
branches: ["master"]
schedule:
- cron: "16 1 * * 5"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ⛑️ Lint

on:
push:
branches: ["main", "production", "staging"]
branches: ["master"]
pull_request:
branches: ["main", "production", "staging"]
branches: ["master"]

concurrency:
cancel-in-progress: true
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ name: 🧺 Next.js Bundle Analysis
on:
push:
branches:
- main
- production
- staging
- master
pull_request:
branches:
- main
- production
- staging
- master
workflow_dispatch:

defaults:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ name: 🎭 Playwright Tests
on:
push:
branches:
- main
- production
- staging
- master
pull_request: null
workflow_dispatch: null
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 📦 Release
on:
workflow_dispatch:
push:
branches: [main, production, staging]
branches: ["master"]

jobs:
release:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ⚡ Testing

on:
push:
branches: ["main", "production", "staging"]
branches: ["main"]
pull_request:
branches: ["main", "production", "staging"]
branches: ["main"]

concurrency:
cancel-in-progress: true
Expand Down

0 comments on commit 24f042c

Please sign in to comment.