Skip to content

Commit

Permalink
Update branch name for nightly and release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid committed Dec 3, 2024
1 parent 284742c commit 0018193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightlies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Nightlies

on: # yamllint disable-line rule:truthy
push:
branches: main
branches: github-action-workflow

jobs:
deliver-demo-nightlies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Releases

on: # yamllint disable-line rule:truthy
push:
branches: main
branches: github-action-workflow
tags: '*'

jobs:
Expand Down

0 comments on commit 0018193

Please sign in to comment.