Skip to content

Commit 031b344

Browse files
committedAug 30, 2024
changing the triggers to test this GH actions
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
1 parent 7e3df4b commit 031b344

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed
 

‎.github/workflows/build-test.yml

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,9 @@
11
name: build-test
22
on:
33
push:
4-
branches:
5-
- 'main'
6-
- 'release-**'
74
pull_request:
8-
branches:
9-
- main
10-
workflow_dispatch:
11-
release:
12-
types: [created]
13-
workflow_call:
14-
inputs:
15-
private-repository: true
5+
6+
167

178
jobs:
189
build:

0 commit comments

Comments
 (0)
Please sign in to comment.