Skip to content

Commit

Permalink
feat: Run CI on release branches (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
rakita authored Jun 5, 2023
1 parent 4e6750b commit 1ccfb1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: Tests

on:
push:
branches: [main]
branches: [main,'releases/**']
pull_request:
branches: [main]
branches: [main,'releases/**']

jobs:
tests-stable:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ethereum-tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
on:
push:
branches:
- main
branches: [main,'releases/**']
pull_request:
branches:
- main
branches: [main,'releases/**']

name: Ethereum Tests

Expand Down

0 comments on commit 1ccfb1a

Please sign in to comment.