Skip to content

Commit

Permalink
[beta] Dev. upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIRUS4 committed Jan 31, 2024
1 parent 3ff0ff2 commit e3c9534
Show file tree
Hide file tree
Showing 99 changed files with 6,135 additions and 2,684 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CLI Build + Lint

on:
push:
branches: [ master ]
branches: [ beta ]
pull_request:
env:
CARGO_TERM_COLOR: always
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GUI Build + Lint

on:
push:
branches: [master]
branches: [ beta ]
pull_request:
jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tauri-build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: 'Tauri GUI Build'
on:
push:
branches: [ master ]
branches: [ beta ]
pull_request:
jobs:
test-tauri:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
platform: [windows-latest, ubuntu-20.04, ubuntu-22.04]

runs-on: ${{ matrix.platform }}
defaults:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,4 @@ fabric.properties

theseus.iml

/theseus_gui/pnpm-lock.yaml
Loading

0 comments on commit e3c9534

Please sign in to comment.