Skip to content

Commit

Permalink
Provisionally enable GHA also when targeting `1774-introduce-user-set…
Browse files Browse the repository at this point in the history
…tings` branch
  • Loading branch information
tcompa committed Sep 18, 2024
1 parent 28d16cd commit cae1d8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: ci

on:
push:
branches: ["main"]
branches: ["main", "1774-introduce-user-settings"]
pull_request:
branches: ["main"]
branches: ["main", "1774-introduce-user-settings"]

jobs:

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

on:
push:
branches: ["main"]
branches: ["main", "1774-introduce-user-settings"]
pull_request:
branches: ["main"]
branches: ["main", "1774-introduce-user-settings"]


env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: precommit

on:
push:
branches: ["main"]
branches: ["main", "1774-introduce-user-settings"]
pull_request:
branches: ["main"]
branches: ["main", "1774-introduce-user-settings"]

jobs:
precommit:
Expand Down

0 comments on commit cae1d8c

Please sign in to comment.