Skip to content

Commit

Permalink
ci: run on PR for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 committed Sep 2, 2024
1 parent eb4060f commit 83f2dd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go Tests

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

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: golangci-lint
on:
push:
branches:
- main
- master
pull_request:

Expand Down

0 comments on commit 83f2dd9

Please sign in to comment.