summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2021-11-29 12:56:51 +0100
committerCristian Adam <cristian.adam@qt.io>2021-11-29 15:12:42 +0000
commit8b341a41095ba1218868e696e6a683482d047eb2 (patch)
tree95a3ec8b3b24d68f5e7a5951bfc1e110f79cf2bf /.github
parent8c7528212b7caf23516cff7c039d51039bb56e72 (diff)
downloadqt-creator-8b341a41095ba1218868e696e6a683482d047eb2.tar.gz
GitHub Actions: Ignore doc and dist changes
Also remove the pull_request support for github actions, since we don't support the pull request workflow for contributions. Change-Id: Ia0a1ab7c996f679195fde455c1f06911077d6deb Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index 92ce88f52c..99f567c45f 100644
--- a/.github/workflows/build_cmake.yml
+++ b/.github/workflows/build_cmake.yml
@@ -1,6 +1,10 @@
name: CMake Build Matrix
-on: [push, pull_request]
+on:
+ push:
+ paths-ignore:
+ - 'dist/**'
+ - 'doc/**'
env:
QT_VERSION: 6.2.1