Skip to content

Commit

Permalink
CI: trigger from tags and manually
Browse files Browse the repository at this point in the history
  • Loading branch information
AltGr committed Jan 25, 2024
1 parent b5c02cf commit c0aedaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/harness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI
on:
push:
branches: [master]
tags: ['*.*.*']
workflow_dispatch:
pull_request_target:
# It is important to use `pull_request_target` and not `pull_request` here: it
# means the version of this file from master is used rather than the one from
Expand Down

0 comments on commit c0aedaf

Please sign in to comment.