Skip to content

Commit

Permalink
Deploy on tag only
Browse files Browse the repository at this point in the history
  • Loading branch information
koldakov committed Jun 21, 2024
1 parent d8a1cd5 commit f7366dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: Futuramaapi

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

permissions:
contents: read
Expand Down

0 comments on commit f7366dc

Please sign in to comment.