try some undocumented syntax found in forums

pull/8/head
mehdi 3 years ago
parent b2f2f0e563
commit 238369c306
  1. 5
      .github/workflows/publish.yml

@ -1,7 +1,8 @@
name: Publish Package
on:
release:
types: [created]
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest

Loading…
Cancel
Save