I was surprised to see test jobs triggered when I synced the upstream master branch with the master branch of my fork:

https://github.com/jgneff/netbeans/actions/runs/3228261286

I expected tests to be triggered only when pushing a commit to the branch of a pull request.

For example, on other projects, I'm used to running the following commands without any consequences:

$ git switch master
$ git fetch upstream
$ git merge upstream/master
$ git push origin master

On those projects, the tests run only when I merge the changes into my pull request branch, like so:

$ git switch pr-branch
$ git merge master
$ git push origin pr-branch

Did this work as expected?

Thank you,
John

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
For additional commands, e-mail: dev-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists



Reply via email to