Skip to content

Commit

Permalink
#22 disable test pipeline (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Maytham Fahmi <maythamfahmi@nextbix.dk>
  • Loading branch information
Maytham Fahmi and maythamfahmi authored May 21, 2022
1 parent c9b2b38 commit 5c6c776
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
on:
push:
branches:
- "feature/ci*"
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "none"
# - "feature/ci*"
#tags:
#- "v[0-9]+.[0-9]+.[0-9]+"
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c6c776

Please sign in to comment.