Skip to content

Commit

Permalink
Updated Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
som30ind committed May 13, 2023
1 parent 1a2a522 commit 024172c
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 024172c

Please sign in to comment.