Skip to content

Commit 40451fa

Browse files
committed
+ upd workflows/build-accdb.yml
1 parent 028c871 commit 40451fa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-accdb.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
name: Build-self-hosted (on release)
22

33
on:
4+
push:
5+
branches:
6+
- main
7+
- feature/**
8+
- bugfix/**
9+
paths:
10+
- 'source/**'
11+
pull_request:
12+
branches:
13+
- main
414
workflow_dispatch:
515

616
permissions:

0 commit comments

Comments
 (0)