Skip to content

Commit 1eb7169

Browse files
author
IvanZosimov
committed
Update workflows
1 parent caaa9d7 commit 1eb7169

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: CodeQL analysis
1+
name: CodeQL analysis
2+
23
on:
34
push:
45
branches: [ main ]

.github/workflows/e2e-cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Validate cache
2+
23
on:
34
push:
45
branches:

.github/workflows/e2e-local-file.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Validate local file
2+
23
on:
34
push:
45
branches:

.github/workflows/e2e-publishing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Validate publishing functionality
2+
23
on:
34
push:
45
branches:

.github/workflows/e2e-versions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Validate Java e2e
2+
23
on:
34
push:
45
branches:

.github/workflows/release-new-action-version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release new action version
2+
23
on:
34
release:
45
types: [released]

0 commit comments

Comments
 (0)