Skip to content

Commit

Permalink
Remove dev branch since it is useless
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Jan 3, 2025
1 parent 87162fa commit e14dc9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ name: CodeQL analysis

on:
push:
branches: [master, dev]
branches:
- master
pull_request:
branches: [master, dev]
branches:
- master

jobs:
analyze:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- master
- dev
paths:
- src/**
- .github/workflows/**
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ on:
pull_request:
branches:
- master
- dev
paths:
- src/**
- .github/workflows/**
# Upload code coverage results when PRs are merged
push:
branches:
- master
- dev
paths:
- src/**
- .github/workflows/**
Expand Down

0 comments on commit e14dc9f

Please sign in to comment.