Skip to content

Commit

Permalink
Fix workflow triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Jan 5, 2024
1 parent cf9d537 commit 4a24f12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/quick_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Quick Build
on:
workflow_dispatch:
push:
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name: Create Release
on:
workflow_dispatch:
push:
branches-ignore:
- '*'
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-[A-Z]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
name: Create Release
Expand Down

0 comments on commit 4a24f12

Please sign in to comment.