Skip to content

Commit

Permalink
fix: ci: switch to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-pribilinskiy committed Aug 22, 2022
1 parent 8430bc9 commit 288dadb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Push to branch

on:
push:
branches:
- '**'
- '!main'
branches-ignore:
- main

jobs:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and publish npm package
on:
push:
branches:
- 'main'
- main

jobs:
publish:
Expand Down

0 comments on commit 288dadb

Please sign in to comment.