Skip to content

Commit

Permalink
Fix github actions (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Macias committed Dec 19, 2022
1 parent 0e3f5ea commit cb99105
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Pull request checks

on:
push:
branches: [ main ]
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ main ]
branches: [ 'main', 'release-*' ]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: pull request - e2e tests
#todo: check caching dependencies: https://github.com/actions/cache
on:
push:
branches: [ main ]
branches: [ 'main', 'release-*' ]
pull_request:
branches: [ main ]
branches: [ 'main', 'release-*' ]

jobs:
e2e-tests:
Expand Down

0 comments on commit cb99105

Please sign in to comment.