Skip to content

Commit

Permalink
adding a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersmily committed Jun 19, 2022
1 parent 412b6f9 commit cca418b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
on:
on:
push:
branches:
- 'prod'
- "prod"
tags:
- '*'
- "*"
name: Build Angular
jobs:
build:
Expand Down Expand Up @@ -31,6 +31,7 @@ jobs:
npm i
npm run build
zip -r dist_folder dist
# try to get a tag
- name: Get tag
id: tag
uses: dawidd6/action-get-tag@v1
Expand Down

0 comments on commit cca418b

Please sign in to comment.