Skip to content

Commit

Permalink
ci(release-nightly-version): run workflow on branch push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SanchithHegde committed Jan 10, 2024
1 parent a0e7732 commit 94f33b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-nightly-version-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:

# The branch name that this workflow is allowed to run on.
# If the workflow is run on any other branch, this workflow will fail.
ALLOWED_BRANCH_NAME: main
ALLOWED_BRANCH_NAME: ci-use-git-commands-for-push-release-workflows

jobs:
create-nightly-tag:
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/release-nightly-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:

workflow_dispatch:

push:
branches:
- ci-use-git-commands-for-push-release-workflows

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -19,7 +23,7 @@ env:

# The branch name that this workflow is allowed to run on.
# If the workflow is run on any other branch, this workflow will fail.
ALLOWED_BRANCH_NAME: main
ALLOWED_BRANCH_NAME: ci-use-git-commands-for-push-release-workflows

jobs:
update-postman-collections:
Expand Down

0 comments on commit 94f33b8

Please sign in to comment.