Skip to content

Commit 6cd0983

Browse files
authored
Merge pull request #4040 from woocommerce/dev/PCP-5530-update-wf
Enable automatic build on push
2 parents ea4879e + ff6acfb commit 6cd0983

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

.github/workflows/build-and-distribute.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ on:
55
PACKAGE_VERSION:
66
description: 'Package Version'
77
required: false
8+
push:
9+
branches: [ 'dev/**' ]
10+
paths:
11+
- 'api/**'
12+
- 'lib/**'
13+
- 'src/**'
14+
- 'modules/**'
15+
- '.distignore'
16+
- 'composer.*'
17+
- 'package*'
18+
- 'readme.txt'
19+
- 'webpack.config.js'
20+
- '*.php'
821

922
concurrency:
1023
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/package-new.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build package (New)
1+
name: Build package (old)
22

33
on:
44
workflow_dispatch:

0 commit comments

Comments
 (0)