Skip to content

Commit 0e9f83e

Browse files
authored
include the workos branch in the workflows (#80)
1 parent 6d44c2b commit 0e9f83e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- develop
77
- main
8+
- workos
89
pull_request:
910
branches:
1011
- develop
1112
- main
13+
- workos
1214

1315
permissions:
1416
contents: write

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- develop
77
- main
8+
- workos
89
pull_request:
910
branches:
1011
- develop
1112
- main
13+
- workos
1214

1315
jobs:
1416
ci:

0 commit comments

Comments
 (0)