Skip to content

Commit

Permalink
test production deploy: remove run on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
guss84 committed Dec 12, 2023
1 parent 3af7e30 commit 41aa81e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/deploy_production.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Deploy production
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
on: [push, pull_request]

jobs:

Expand Down

0 comments on commit 41aa81e

Please sign in to comment.