Skip to content

Commit

Permalink
fix: FRON-76 remove staging branch
Browse files Browse the repository at this point in the history
removed the staging branch from GitHub workflows together with link and codeql
  • Loading branch information
JoelAngels committed Jul 2, 2024
1 parent b901ccf commit 55d16bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: 'CodeQL'

on:
push:
branches: ['main', 'staging', 'dev']
branches: ['main', 'dev']
pull_request:
branches: ['main', 'staging', 'dev']
branches: ['main', 'dev']
schedule:
- cron: '26 3 * * 6'

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: Code Lint and Test

on:
push:
branches: ['main', 'staging', 'dev']
branches: ['main', 'dev']
pull_request:
branches: ['main', 'staging', 'dev']
branches: ['main', 'dev']

jobs:
lint:
Expand Down

0 comments on commit 55d16bd

Please sign in to comment.