Skip to content

Commit e0429ac

Browse files
committed
more conditionals
1 parent 2a611c8 commit e0429ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests-on-pr.yml renamed to .github/workflows/Run-Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_run:
55
workflows: [remove-function-prefix]
66
types: [completed]
7-
pull_request:
7+
push:
88
paths:
99
- "snippets/**"
1010

.github/workflows/zip-and-upload-to-s3-development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Zip and Upload to S3 for Development
22

33
on:
44
workflow_run:
5-
workflows: [remove-function-prefix]
5+
workflows: [run-node-tests]
66
types: [completed]
77
push:
88
branches:

0 commit comments

Comments
 (0)