Skip to content

Commit

Permalink
Fix CI trigger to use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jegork committed Jun 8, 2024
1 parent 4e81851 commit 522874d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ name: Python application CI

on:
push:
branches: "*"
branches:
- "*"
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 522874d

Please sign in to comment.