Skip to content

Commit

Permalink
- activated workflows for rc/* branches
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau committed Dec 21, 2023
1 parent 725bb5a commit 3c0bf24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: golangci-lint

on:
push:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, rc/* ]
pull_request:
branches: [ main, development, feat/* ]
branches: [ main, development, feat/*, rc/* ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ main, feat/* ]
branches: [ main, feat/*, rc/* ]
pull_request:
branches: [ main, feat/* ]
branches: [ main, feat/*, rc/* ]

jobs:
test:
Expand Down

0 comments on commit 3c0bf24

Please sign in to comment.