Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeniaminDrasovean committed Sep 26, 2022
1 parent d5a06ae commit a901dfc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Go build

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

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

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

jobs:
test-1:
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: [ master, development, feat/* ]
branches: [ master, development, feat/*, rc/* ]
pull_request:
branches: [ master, development, feat/* ]
branches: [ master, development, feat/*, rc/* ]

jobs:
test:
Expand Down

0 comments on commit a901dfc

Please sign in to comment.