Skip to content

Commit

Permalink
Check valid wrike folder for release branches (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushgaud authored Nov 15, 2023
1 parent 6320521 commit b8ea8e8
Show file tree
Hide file tree
Showing 10 changed files with 3,028 additions and 2,885 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- feature/*
- ayush/*

jobs:
test:
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: 'Build and lint'
on:
push:
branches:
- feature/*
- ayush/*

jobs:
build:
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@
"author": "Balint Erdos <[email protected]>",
"license": "AGPL-3.0-or-later",
"devDependencies": {
"shadow-cljs": "^2.20.2",
"@vercel/ncc": "^0.34.0"
"@vercel/ncc": "^0.34.0",
"shadow-cljs": "^2.20.2"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.0",
"@octokit/core": "^4.0.5"
"@octokit/core": "^4.0.5",
"yarn": "^1.22.19"
}
}
Loading

0 comments on commit b8ea8e8

Please sign in to comment.