Skip to content

Commit

Permalink
ops: only run 'static' workflow when a new release is published
Browse files Browse the repository at this point in the history
  • Loading branch information
jbottigliero committed Apr 23, 2024
1 parent 6f12536 commit fa97d7f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: static
on:
# Runs on pushes to "main"
push:
branches:
- main
# Runs when a release of this package is published.
release:
types: [published]
# Allows manual dispatch
workflow_dispatch:

Expand Down

0 comments on commit fa97d7f

Please sign in to comment.