Skip to content

Commit

Permalink
chore: fix CI, release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ctjlewis committed May 25, 2023
1 parent 8401a04 commit e55fcae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
pull_request:
push:
branches:
- '**'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.canary.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Canary Release

on:
push:
workflow_dispatch: {}
pull_request_target:
branches:
- 'canary'

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.production.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Production Release

on:
push:
workflow_dispatch: {}
pull_request_target:
branches:
- 'master'

Expand Down

0 comments on commit e55fcae

Please sign in to comment.