generated from templates/typescript-library
Compare commits
1 Commits
v0.2.0
...
7c93618c5c
Author | SHA1 | Date | |
---|---|---|---|
7c93618c5c
|
@@ -3,9 +3,9 @@ name: Build and publish
|
||||
|
||||
on:
|
||||
workflow_dispatch: { }
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
@@ -2,9 +2,9 @@
|
||||
name: Build and test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
# push:
|
||||
# branches:
|
||||
# - master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
Reference in New Issue
Block a user