Skip to content

Commit

Permalink
ci: rollback unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-stifler committed Aug 25, 2023
1 parent 6ad8d70 commit 3613ef9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- feat/setup-semantic-release-PROOF-609
- main

jobs:
test-check-lint:
Expand Down Expand Up @@ -35,4 +35,4 @@ jobs:
npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }} # TODO: enable once blitzar is open source
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/test-check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Test-Check-Lint

on:
workflow_call:
# pull_request:
# types:
# - opened
# - synchronize
pull_request:
types:
- opened
- synchronize

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"release": {
"branches": [
"feat/setup-semantic-release-PROOF-609"
"main"
],
"plugins": [
[
Expand Down

0 comments on commit 3613ef9

Please sign in to comment.