Compare commits

..

No commits in common. "4420fc22f4bcf59c93c3e023cc09730bb62e6c8c" and "34d443fae183a4ddad21c9c1d25716a260cbda1d" have entirely different histories.

View file

@ -2,9 +2,6 @@ name: PR-Build
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
- '!main' # excludes main