Skip to content

Commit

Permalink
Run CI workflow on tag push and workflow dispatch (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
marip8 authored Sep 22, 2023
1 parent 0f0e34c commit 5e78ed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ on:
push:
branches:
- master
tags:
- '*'
pull_request:
branches:
- master
workflow_dispatch:
release:
types:
- released
Expand Down

0 comments on commit 5e78ed4

Please sign in to comment.