feat: CI: enable ci on all branches

This commit is contained in:
Aravinth Manivannan 2023-10-17 14:34:37 +05:30
parent 712a694958
commit 8d4c88907f
No known key found for this signature in database
GPG key ID: F8F50389936984FF

View file

@ -8,6 +8,8 @@ on:
push:
branches:
- master
- "*"
- "!gh-pages"
jobs:
build_and_test: