Skip to content

Commit

Permalink
make workflow configs more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
dcastil committed Aug 13, 2022
1 parent 22aa14a commit 44f3a19
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Draft Release

on:
push:
branches:
- main
branches: [main]
pull_request:
types: [opened, reopened, synchronize]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/npm-publish-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: npm Publish dev

on:
push:
branches:
- main
branches: [main]

jobs:
publish:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ name: Test

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

jobs:
test:
Expand Down

0 comments on commit 44f3a19

Please sign in to comment.