Skip to content

Commit

Permalink
Test run pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ChienNM3 committed Feb 1, 2024
1 parent 1bd14c8 commit f8f44ab
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Build

on:
push:
tags:
# Match any new tag
- '*'
branches:
- master
pull_request:
branches:
- master

workflow_dispatch:

Expand All @@ -20,7 +22,7 @@ jobs:

runs-on: ${{ matrix.build.os }}
env:
VERSION: ${{ github.ref_name }}
VERSION: 0.0.4
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit f8f44ab

Please sign in to comment.