mirror of
https://github.com/mCaptcha/cache.git
synced 2024-11-21 16:25:19 +03:00
feat: CI: enable ci on all branches
This commit is contained in:
parent
712a694958
commit
8d4c88907f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -8,6 +8,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- master
|
||||
- "*"
|
||||
- "!gh-pages"
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
|
|
Loading…
Reference in a new issue