Skip to content

Commit

Permalink
do not trigger old workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkuc committed Mar 1, 2024
1 parent 5517159 commit 39b3f31
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-demo.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy to Demo VM

on:
push:
branches:
- demo
# push:
# branches:
# - demo
workflow_dispatch:

jobs:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-develop.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Deploy to Develop cluster

on:
push:
branches:
- develop
# push:
# branches:
# - develop
workflow_dispatch:

jobs:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-to-stage.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Deploy to Stage cluster

on:
push:
branches:
- release/**
- hotfix/**
# push:
# branches:
# - release/**
# - hotfix/**
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkastats-backend-uniquenetwork",
"version": "2.0.76",
"version": "2.0.77",
"description": "",
"author": "Unique Network Team",
"private": true,
Expand Down

0 comments on commit 39b3f31

Please sign in to comment.