Skip to content

Commit

Permalink
Merge branch 'main' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Apr 9, 2024
2 parents a626caa + 831aaa1 commit 3885a74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: lint

on:
push:
branches: [main]
branches: [main, beta]
pull_request:
branches: [main, beta]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test-win

on:
push:
branches: [main]
branches: [main, beta]
pull_request:
branches: [main, beta]
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test

on:
push:
branches: [main]
branches: [main, beta]
pull_request:
branches: [main, beta]
schedule:
Expand Down

0 comments on commit 3885a74

Please sign in to comment.