Skip to content

Commit

Permalink
make zenodo CI run on any push, filter by if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 3, 2024
1 parent ee7fd29 commit 96771c0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/zenodo.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
name: Zenodo Release

on:
push:
branches: [master]
tags:
- [0-9]+\.[0-9]+\.[0-9]+.*
release:
types: [published]
on: [push]

jobs:
deploy:
Expand Down

0 comments on commit 96771c0

Please sign in to comment.