Skip to content

Commit

Permalink
Merge pull request #4 from sevonj/ci-on-tag
Browse files Browse the repository at this point in the history
CI on push tag
  • Loading branch information
sevonj authored Mar 17, 2024
2 parents b5c77fe + 7c4d5e7 commit e24c865
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: CI

on:
push:
branches: [ "**" ]
- branches: [ "**" ]
- tags: [ "*" ]
pull_request:
branches: [ "**" ]

Expand Down Expand Up @@ -51,4 +52,4 @@ jobs:
with:
fail_on_unmatched_files: true
files: |
./artifacts/titoasm-linux/titoasm
./artifacts/titoasm-linux/titoasm

0 comments on commit e24c865

Please sign in to comment.