Skip to content

Commit

Permalink
Merge pull request #3 from som30ind/develop
Browse files Browse the repository at this point in the history
Updated Actions
  • Loading branch information
som30ind committed May 13, 2023
2 parents 1dacdb0 + 024172c commit fc47478
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
name: Publish Demo

on:
tags:
- v1*
push:
tags:
- v1*

jobs:
build:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Build and Publish Node.js Package

on:
tags:
- v1*
push:
tags:
- v1*

jobs:
build_and_publish:
Expand Down

0 comments on commit fc47478

Please sign in to comment.