Skip to content

Commit

Permalink
ci: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidsowardx committed Jan 19, 2024
1 parent eaaabad commit 071c520
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 428 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,9 @@
name: Build

on:
workflow_dispatch:
inputs:
ENVIRONMENT_NAME:
description: 'Environment Name'
required: true
default: Stokenet
type: choice
options:
- Mainnet
- Stokenet

push:
branches:
- develop
- release/*
pull_request:
branches:
- develop
- release/**
release:
types: [published]
- '**'

jobs:
snyk-scan-deps-licences:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release
on:
push:
branches:
- main
- develop
- release/**
workflow_dispatch:
Expand Down
Loading

0 comments on commit 071c520

Please sign in to comment.