Skip to content

Commit

Permalink
Prepare to merge into main
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonD3 committed Dec 6, 2023
1 parent c2bbc89 commit 514f9eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
tags:
- 'v*'
pull_request:
branches: [boojum-integration]
branches: [main]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: run

on:
push:
branches: [boojum-integration]
branches: [main]
tags:
- 'v*'
pull_request:
branches: [boojum-integration]
branches: [main]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 514f9eb

Please sign in to comment.