mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
Merge pull request #145 from BreizhHardware/chore/exclude-master-ci
chore(deploy): Ignore main and master branches in deployment
This commit is contained in:
5
.github/workflows/deploy-test.yml
vendored
5
.github/workflows/deploy-test.yml
vendored
@@ -2,8 +2,9 @@ name: Unit Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
branches-ignore:
|
||||
- main
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
|
||||
Reference in New Issue
Block a user