CI: run CI on all branches except gh-pages

This commit is contained in:
Aravinth Manivannan 2022-08-15 19:44:38 +05:30
parent 56de3990b8
commit f42bc0e187
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
3 changed files with 6 additions and 0 deletions

View File

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

View File

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

View File

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