Skip to content

Commit

Permalink
[*] update web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heng30 committed Sep 1, 2024
1 parent b19013a commit 45afae0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: web
on: [push]
tags:
# Regex for a version number such as 0.2.1
- "[0-9]+.[0-9]+.[0-9]+"
on:
push:
tags:
# Regex for a version number such as 0.2.1
- "[0-9]+.[0-9]+.[0-9]+"

jobs:
action-run:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 45afae0

Please sign in to comment.