Skip to content

Commit daa7926

Browse files
authored
Update build_deploy_qa.yml
1 parent a7bd471 commit daa7926

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_deploy_qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: Deploy to QA
66
on:
77
push:
88
branches: [ master ]
9-
# temporary disabled due to qa deployements during unmerged pull requests
10-
# pull_request:
11-
# branches: [ master ]
9+
paths-ignore:
10+
- 'README.md'
11+
- '.github/**'
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)