Skip to content

Commit

Permalink
Update workflow triggering conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Jan 25, 2024
1 parent 86cf5ca commit 32ea163
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@ name: Release CI
run-name: Release CI triggered from @${{ github.actor }} of ${{ github.head_ref }}

on:
workflow_dispatch:
merge_group:
pull_request:
types:
push:
branches:
- master
- develop

jobs:
build_and_run:
runs-on: ubuntu-8
Expand Down

0 comments on commit 32ea163

Please sign in to comment.