Skip to content

Commit

Permalink
ci: add temporary on push trigger event to new/updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Brayanov committed Sep 26, 2024
1 parent a53b28e commit f50ce05
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/prepare-tanssi-relay-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Prepare Optimized Dancelight Binary Draft (internal only)

# The code (like generate-release-body) will be taken from the tag version, not master
on:
push:
branches:
- 'aleks-starlight-runtime-generation-ci'
workflow_dispatch:
inputs:
sha:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-binary-tannsi-relay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Dancelight Binary Draft

# The code (like generate-release-body) will be taken from the tag version, not master
on:
push:
branches:
- 'aleks-starlight-runtime-generation-ci'
workflow_dispatch:
inputs:
from:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker-tannsi-relay.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Dancelight Docker

on:
push:
branches:
- 'aleks-starlight-runtime-generation-ci'
workflow_dispatch:
inputs:
tag:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Publish Runtime Draft

# The code (like generate-release-body) will be taken from the tag versions, not master
on:
push:
branches:
- 'aleks-starlight-runtime-generation-ci'
workflow_dispatch:
inputs:
from:
Expand Down

0 comments on commit f50ce05

Please sign in to comment.