Skip to content

Commit

Permalink
Update echo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ksenia-vazhdaeva authored Jan 17, 2025
1 parent 32d9ca4 commit a30f243
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/echo.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: Echo CI/CD

on:
push:
tags:
- 'v*.*.*'
branches:
- 'main'
- 'environments'
workflow_dispatch:
workflow_call:
inputs:
environment:
required: true
type: string

jobs:
build:
environment: ${{ inputs.environment }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a30f243

Please sign in to comment.