Hi folks, I’d appreciate any hints on what I’m missing.
I have a workflow that is triggered by three events:
on:
pull_request:
push:
branches:
- master
release:
types:
- created
Pull request simply checks that PR is passing tests.
Any push to master creates and uploads nightly builds.
The release creates and uploads stable builds.
I tested all the actions separately and they worked. I can also confirm that the PR + master works great.
However, the release builds are not triggered at the moment.
So the questions are:
- what I’m missing with the setup?
- how do I debug such issues?
Here is one of the workflows, in case it helps:
https://github.com/mull-project/mull/blob/master/.github/workflows/ci-ubuntu-18.yml