Skip to content

Commit

Permalink
ci: Setting up CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiscool authored and mmiscool committed May 13, 2023
1 parent 65acdf8 commit a4b82dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Expand Up @@ -3,10 +3,9 @@ on:
workflow_dispatch:
push:
branches:
- tauri
- feature/tauri
- dev
#- master
#- main
- main

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
8 changes: 1 addition & 7 deletions .releaserc
@@ -1,15 +1,9 @@
{
"branches": [
"main",
"master",
"release",
{
"name": "tauri",
"name": "dev",
"prerelease": true
},
{
"name": "feature/tauri",
"prelease": true
}
],
"plugins": [
Expand Down

0 comments on commit a4b82dc

Please sign in to comment.