Skip to content

Commit cb99105

Browse files
author
Mario Macias
authored
Fix github actions (#76)
1 parent 0e3f5ea commit cb99105

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Pull request checks
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main', 'release-*' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 'main', 'release-*' ]
88

99
jobs:
1010
test:

.github/workflows/pull_request_e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: pull request - e2e tests
33
#todo: check caching dependencies: https://github.com/actions/cache
44
on:
55
push:
6-
branches: [ main ]
6+
branches: [ 'main', 'release-*' ]
77
pull_request:
8-
branches: [ main ]
8+
branches: [ 'main', 'release-*' ]
99

1010
jobs:
1111
e2e-tests:

0 commit comments

Comments
 (0)