Skip to content

Commit

Permalink
rebase (#621)
Browse files Browse the repository at this point in the history
rebase dev in mood
  • Loading branch information
camillebrianceau authored Jun 10, 2024
1 parent 26982b8 commit fa52e9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: 'Lint codebase'

on:
pull_request:
branches: [ dev ]
branches: [ "dev", "refactoring" ]
push:
branches: [ dev ]
branches: [ "dev", "refactoring" ]

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

on:
push:
branches: [dev]
branches: ["dev", "refactoring"]
pull_request:
branches: [dev]
branches: ["dev", "refactoring"]

permissions:
contents: read
Expand Down

0 comments on commit fa52e9b

Please sign in to comment.