Skip to content

Commit

Permalink
Update workflow_dispatch event in publish.yml.
Browse files Browse the repository at this point in the history
Only publish on release for now
  • Loading branch information
nicomt committed Mar 3, 2024
1 parent c83ba55 commit 8486dc2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
name: ci
name: CI

on:
workflow_dispatch:
push:
branches:
- 'master'
tags:
- 'v*'
pull_request:
branches:
- 'master'

jobs:

Expand Down

0 comments on commit 8486dc2

Please sign in to comment.