Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanZosimov committed Dec 15, 2022
1 parent caaa9d7 commit 1eb7169
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CodeQL analysis
name: CodeQL analysis

on:
push:
branches: [ main ]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-cache.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Validate cache

on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-local-file.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Validate local file

on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-publishing.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Validate publishing functionality

on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Validate Java e2e

on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release-new-action-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Release new action version

on:
release:
types: [released]
Expand Down

0 comments on commit 1eb7169

Please sign in to comment.