Skip to content

Commit

Permalink
uncomment the tags trigger, so it will actually run
Browse files Browse the repository at this point in the history
  • Loading branch information
hepabolu committed Feb 21, 2021
1 parent 1c57f6c commit 4a01e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
push:
paths:
- "release.json" # Push events when this file is changed
# tags:
# - "v*" # Push events to matching v*, i.e. v1.0, v2.0
tags:
- "v*" # Push events to matching v*, i.e. v1.0, v2.0
jobs:
build:
if: >
Expand Down

0 comments on commit 4a01e6c

Please sign in to comment.