Skip to content

Commit

Permalink
Fixed name of branches
Browse files Browse the repository at this point in the history
  • Loading branch information
tikhomirovd committed Nov 14, 2023
1 parent 6cc8572 commit e426eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Continuous Integration

on:
push:
branches: [ main, dev ]
branches: [ master, dev/master ]
paths-ignore:
- "docs/**"
- "*.md"
pull_request:
branches: [ main, dev ]
branches: [ master, dev/master ]
paths-ignore:
- "docs/**"
- "*.md"
Expand Down

0 comments on commit e426eb8

Please sign in to comment.