Skip to content

Commit 97fe4d3

Browse files
committed
Enable CI
1 parent 32f8535 commit 97fe4d3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/eslint.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 22-stable ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 22-stable ]
88

99
permissions:
1010
contents: read

.github/workflows/javascript.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: JavaScript tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 22-stable ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 22-stable ]
88

99
permissions:
1010
contents: read

.github/workflows/rubocop.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 22-stable ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 22-stable ]
88

99
permissions:
1010
contents: read

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Ruby tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 22-stable ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 22-stable ]
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)