Skip to content

Commit

Permalink
Test tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjtoik committed Jan 13, 2021
1 parent edd25bf commit 89636d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deb-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- main
tags:
- '[0-9]+.[0-9]+.[0-9]+**'
pull_request:
branches:
- main
release:
types: [create]
jobs:
test:
name: Code tests
Expand Down Expand Up @@ -59,13 +59,13 @@ jobs:
name: Release the artifacts
runs-on: ubuntu-latest
needs: build
if: github.event.release
steps:
- name: Test the output
run: |
echo ${{needs.build.outputs.version}}
echo ${{needs.build.outputs.filename}}
echo 'github ref: ${{ github.ref }}'
echo 'github.ref: ${{ github.ref }}'
echo 'github.event_name: ${{ github.event_name }}'
release2:
name: Release the package
Expand Down

0 comments on commit 89636d3

Please sign in to comment.