try some undocumented syntax found in forums

mehdi 3 years ago
parent f559713744
commit e2ceb48270
  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