Skip to content

Commit

Permalink
Merge pull request #28 from thot-data/dev
Browse files Browse the repository at this point in the history
File watcher
  • Loading branch information
bicarlsen authored Dec 2, 2023
2 parents efee381 + 5ca8f1a commit 778c96c
Show file tree
Hide file tree
Showing 838 changed files with 17,908 additions and 12,843 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lang-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@ on:
push:
branches:
- main
- master
- release
pull_request:
branches:
- main
- release

jobs:
linux:
Expand Down Expand Up @@ -54,7 +57,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
if: startsWith(github.ref, 'refs/tags/')
needs: [ macos, windows, linux ]
steps:
- uses: actions/download-artifact@v2
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: 'test tauri on pr'
on: [pull_request]
on:
pull_request:
branches:
- main
- release

jobs:
test-tauri:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: 'update'

on: pull_request
on:
pull_request:
branches:
- release

jobs:
create-release:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# packages
/0.9
/releases
/watcher
/resources

# general
/tags
Expand Down
Loading

0 comments on commit 778c96c

Please sign in to comment.