Skip to content

Commit 42960ea

Browse files
committed
Update build_and_publish_test.yml
1 parent 8b32c33 commit 42960ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/build_and_publish_test.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,18 @@ name: "TEST Self-Hosted Runners"
33
on:
44
push:
55
branches:
6-
- 'testing'
6+
- 'main'
7+
- 'testing-*'
78
tags:
89
- "test_rapidyenc"
910
release:
1011
types: [published]
1112
workflow_dispatch:
1213
repository_dispatch:
13-
pull_request:
14-
branches:
15-
- main
16-
#- "test*"
14+
#pull_request:
15+
# branches:
16+
# - main
17+
# - "test*"
1718

1819
permissions:
1920
contents: write

0 commit comments

Comments
 (0)