Skip to content

Commit

Permalink
ci build: remove feature branches
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Nov 12, 2023
1 parent 304d945 commit 47dae5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- master
- 'release/**'
- 'feature/**'
paths-ignore:
- '**.md'
pull_request:
Expand All @@ -17,7 +16,7 @@ on:

jobs:
build:
name: win-build-and-test
name: win-build
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 47dae5a

Please sign in to comment.