Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshan_Agarwal committed Feb 8, 2024
1 parent 37e26a5 commit 09d7f8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/contract-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
tags:
- c** # Match any tag starting with 'c'

# create:
# branches:
# - 'release/*' # Trigger on creation of release branches

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
environment: development
# if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/release/') # Trigger for tags or release branches
if: startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/heads/release/') # Trigger for tags or release branches
permissions:
id-token: write
contents: read
Expand Down

0 comments on commit 09d7f8c

Please sign in to comment.