Skip to content
Snippets Groups Projects
Unverified Commit 5a20a546 authored by Wouter Deconinck's avatar Wouter Deconinck Committed by GitHub
Browse files

fix: on: push: master; on: pull_request: master

parent b3531984
No related tags found
No related merge requests found
...@@ -4,6 +4,11 @@ on: ...@@ -4,6 +4,11 @@ on:
schedule: schedule:
- cron: "30 */6 * * *" - cron: "30 */6 * * *"
push: push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch: workflow_dispatch:
inputs: inputs:
EDM4EIC_VERSION: EDM4EIC_VERSION:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment