Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit d875133

Browse files
committed
run on main and PR
1 parent 7c55fd2 commit d875133

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/test-local-action-with-conditionals.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "Test local with conditionals"
22
on:
33
workflow_dispatch:
4+
pull_request:
45
release:
56
types: [published]
67
push:
8+
branches: ["main"]
79
tags: ["*"]
810

911
jobs:

.github/workflows/test-local-action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "Test local action"
22
on:
33
workflow_dispatch:
4+
pull_request:
45
release:
56
types: [published]
67
push:
8+
branches: ["main"]
79
tags: ["*"]
810

911
jobs:

.github/workflows/test-public-action.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
name: "Test public from main"
22
on:
33
workflow_dispatch:
4+
pull_request:
45
release:
56
types: [published]
67
push:
8+
branches: ["main"]
79
tags: ["*"]
810

911
jobs:

0 commit comments

Comments
 (0)