Added: Add support for GitHub action builds for github-releases/** branches

This commit is contained in:
agnostic-apollo 2024-06-18 03:28:50 +05:00
parent 9735ae284d
commit d11c95b996
No known key found for this signature in database
GPG key ID: BCCC0287E9DCCAED

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- master - master
- 'github-releases/**'
pull_request: pull_request:
branches: branches:
- master - master