Skip to content

Commit cf77728

Browse files
committed
add triggers back in docker build gh action
1 parent 2e9979e commit cf77728

2 files changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/docker-launchql.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Docker LaunchQL
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
7-
# - v1
8-
# - release/*
9-
# pull_request:
10-
# branches:
11-
# - main
12-
# - v1
13-
# types: [opened, reopened, synchronize, ready_for_review]
4+
push:
5+
branches:
6+
- main
7+
- v1
8+
- release/*
9+
pull_request:
10+
branches:
11+
- main
12+
- v1
13+
types: [opened, reopened, synchronize, ready_for_review]
1414
workflow_dispatch: {}
1515

1616
concurrency:

.github/workflows/docker.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
name: Docker
22

33
on:
4-
# push:
5-
# branches:
6-
# - main
7-
# - v1
8-
# - release/*
9-
# paths:
10-
# - "docker/**"
11-
# - ".github/workflows/docker.yaml"
12-
# pull_request:
13-
# branches:
14-
# - main
15-
# - v1
16-
# paths:
17-
# - "docker/**"
18-
# - ".github/workflows/docker.yaml"
19-
# types: [opened, reopened, synchronize, ready_for_review]
4+
push:
5+
branches:
6+
- main
7+
- v1
8+
- release/*
9+
paths:
10+
- "docker/**"
11+
- ".github/workflows/docker.yaml"
12+
pull_request:
13+
branches:
14+
- main
15+
- v1
16+
paths:
17+
- "docker/**"
18+
- ".github/workflows/docker.yaml"
19+
types: [opened, reopened, synchronize, ready_for_review]
2020
workflow_dispatch:
2121
inputs:
2222
process:

0 commit comments

Comments
 (0)