Skip to content

Commit

Permalink
remove branch from github actions (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
uturunku1 committed Mar 22, 2022
1 parent 2525151 commit 3174fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
@@ -1,7 +1,7 @@
name: test
on:
pull_request:
branches: [ main, releases-1.0.x ]
branches: [ main ]
jobs:
codegen:
name: Codegen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
@@ -1,7 +1,7 @@
name: golangci-lint
on:
push:
branches: [ main, releases-1.0.x ]
branches: [ main ]
pull_request:
jobs:
golangci:
Expand Down

0 comments on commit 3174fa6

Please sign in to comment.