Skip to content

Commit

Permalink
Merge pull request qmlbook#186 from qmlbook/release-action
Browse files Browse the repository at this point in the history
Release action
  • Loading branch information
e8johan authored May 30, 2022
2 parents 5a20bbe + 813b8ac commit 776bd52
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build-release
on:
push:
branches:
- 'release'

jobs:
build-qt-io:
runs-on: ubuntu-latest
steps:
- name: Trigger qt.io build
env:
QT_IO_TRIGGER: ${{ secrets.QT_IO_TRIGGER }}
run: curl $QT_IO_TRIGGER

0 comments on commit 776bd52

Please sign in to comment.