All the commits that pushed to main/master branch triggers the release pipeline. You might be want to release 2-3 pr's to one unique version(like a fix release). And it can cause 60 new patch releases within one week.
There is a github actions document right here.
|
on: |
|
push: |
|
branches: [ "master" ] |
All the commits that pushed to main/master branch triggers the release pipeline. You might be want to release 2-3 pr's to one unique version(like a fix release). And it can cause 60 new patch releases within one week.
There is a github actions document right here.
iyzipay-node/.github/workflows/github_master.yml
Lines 2 to 4 in a324a43