Skip to content

Commit

Permalink
Merge pull request #3 from catnose99/develop
Browse files Browse the repository at this point in the history
chore: Set up release actions
  • Loading branch information
catnose99 authored Oct 16, 2021
2 parents 1dc647e + 2510dea commit 3f1652e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
name: Release

env:
CI: true
on:
release:
types: [created]
push:
branches:
- main
tags:
- '!*'

jobs:
npm:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- canary
- develop
types: [opened, synchronize]

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches:
- main
- canary
- develop
types:
- opened
- synchronize
Expand Down

0 comments on commit 3f1652e

Please sign in to comment.