Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wip
  • Loading branch information
thecrypticace committed Aug 22, 2025
commit ae2e92ec7658df63629c14a39d51a6dd7de20cb3
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [main]
pull_request:
branches: [main, 3.3, 3.4]
branches: [main, v3]

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

on:
push:
branches: [main, 3.3, 3.4]
branches: [main, v3]
pull_request:
branches: [main, 3.3, 3.4]
branches: [main, v3]

permissions:
contents: read
Expand Down
Loading