add actions branch triggers for testing
This commit is contained in:
@@ -3,9 +3,15 @@ name: buildx
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: master
|
branches:
|
||||||
|
- master
|
||||||
|
- releases/*
|
||||||
|
- actions
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches:
|
||||||
|
- master
|
||||||
|
- releases/*
|
||||||
|
- actions
|
||||||
tags:
|
tags:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user