Skip to content

Commit 47ca84e

Browse files
committed
Revert accidental change in last commit
1 parent 595ed22 commit 47ca84e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Build
22

33
on:
44
push:
5-
# branches:
6-
# - master
5+
branches:
6+
- master
77
pull_request:
88

99
defaults:

.github/workflows/dockerfiles/Dockerfile_centos7

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ RUN yum update -y
44
RUN yum groupinstall "Development Tools" -y
55
RUN yum install -y \
66
which \
7-
# python3 \
87
python-debug \
98
qt5-qtbase-* \
109
qt5-qttools* \

0 commit comments

Comments
 (0)