Skip to content

Commit 6b66ea1

Browse files
authored
re-enable CI after org change (#151)
1 parent 938ce8e commit 6b66ea1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci-additional.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI Additional
33
on:
44
push:
55
branches:
6-
- "*"
7-
# pull_request:
8-
# branches:
9-
# - "*"
6+
- main
7+
pull_request:
8+
branches:
9+
- main
1010

1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ on:
33
push:
44
branches:
55
- "*"
6-
# pull_request:
7-
# branches:
8-
# - "*"
6+
pull_request:
7+
branches:
8+
- "*"
99

1010
concurrency:
1111
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)