Build pipeline workflow does not trigger
See original GitHub issueThe build pipeline does not trigger. According to @aepfli we introduced a bug in the branches section
// EDIT: looks like we do have a bug in the yml and it should be actually
**
Issue Analytics
- State:
- Created a year ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Triggered build pipeline does not take the ... - Stack Overflow
So Pipeline A is being triggered once the code is merged to Development OR Test branch. Pipeline B trigger is set to Build...
Read more >Triggering a workflow - GitHub Docs
Workflow triggers are events that cause a workflow to run. These events can be: ... It will not trigger any workflows that run...
Read more >Troubleshooting why pull requests are not triggering jobs on ...
A user who submits a pull request to your repository from a fork, but no pipeline is triggered with the pull request. This...
Read more >Build does not trigger for new branches without path filter
Broken Workflow Steps. Locally branch from main to test-branch; Commit changes; Git Push. Outcome No builds are triggered, and branch is not detected...
Read more >workflow:rules:changes no longer trigger pipelines - GitLab
Pipelines are no longer triggered when the block workflow:rules:changes is present in the .gitlab-ci.yml file. This is a regression.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For me it’s acceptable - it’s really minor, does not affect anyone outside the project and we (kind of) already agreed on the solution.
I like just removing the
branches
line - as far as I understood it’s a filtering option where we don’t want to do filtering.