Skip to content

Commit

Permalink
meta: add CI to 2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 17, 2022
1 parent 1a2f7e8 commit 9aa5d6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ main ]
branches: [ main, 2.x ]
pull_request:
# We want all branches so we configure types to be the GH default again
types: [ opened, synchronize, reopened ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
@@ -1,7 +1,7 @@
name: End-to-end tests
on:
push:
branches: [ main ]
branches: [ main, 2.x ]
pull_request_target:
types: [ opened, synchronize, reopened, labeled ]
pull_request:
Expand Down

0 comments on commit 9aa5d6a

Please sign in to comment.