Skip to content

Commit

Permalink
fix pipeline master to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
shrimalmadhur committed Jul 2, 2024
1 parent e8dc050 commit 17c11a6
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check that make fmt was run
on:
push:
branches:
- master
- dev
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-mocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: check mocks up-to-date
on:
push:
branches:
- master
- dev
pull_request:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lint
on:
push:
branches:
- master
- dev
pull_request:

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

on:
push:
branches: [ master ]
branches: [ dev ]
pull_request:
branches: [ master ]
branches: [ dev ]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: unit-tests
on:
push:
branches:
- master
- dev
pull_request:

jobs:
Expand Down

0 comments on commit 17c11a6

Please sign in to comment.