Skip to content

Commit

Permalink
Update reliese.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Aug 7, 2024
1 parent 6bdd411 commit 391e0f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/reliese.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Build & Release

on:
workflow_dispatch: # Позволяет запускать процесс вручную
push:
branches: [ master, staging, trying ]
pull_request:
types: [ opened, reopened, synchronize ]
branches: [ master ]
workflow_dispatch:
schedule:
- cron: '0 6 * * *'
workflow_run:
workflows: [Build & Test Release]
types: [completed]

jobs:
build:
Expand Down

0 comments on commit 391e0f0

Please sign in to comment.