Skip to content

Commit

Permalink
Enable CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 29, 2025
1 parent 32f8535 commit 97fe4d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ESLint

on:
push:
branches: [ main ]
branches: [ 22-stable ]
pull_request:
branches: [ main ]
branches: [ 22-stable ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: JavaScript tests

on:
push:
branches: [ main ]
branches: [ 22-stable ]
pull_request:
branches: [ main ]
branches: [ 22-stable ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rubocop

on:
push:
branches: [ main ]
branches: [ 22-stable ]
pull_request:
branches: [ main ]
branches: [ 22-stable ]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Ruby tests

on:
push:
branches: [ main ]
branches: [ 22-stable ]
pull_request:
branches: [ main ]
branches: [ 22-stable ]

permissions:
contents: read
Expand Down

0 comments on commit 97fe4d3

Please sign in to comment.