Skip to content

Commit

Permalink
Re-enable snapshot releases
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Mar 29, 2024
1 parent 08d891c commit 9cf16f8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/snapshot_release.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: Create snapshot release
on:
push:
# branches:
# - develop
# paths-ignore:
# - "**/*.md"
# repository_dispatch:
# types:
# - snapshot-release
branches:
- develop
paths-ignore:
- "**/*.md"
repository_dispatch:
types:
- snapshot-release
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 9cf16f8

Please sign in to comment.