Skip to content

Commit

Permalink
Add names to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Sep 9, 2024
1 parent 91d9d65 commit 8e08a44
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Check code

on:
push:
branches: ['main', '*.*.x']
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/sync-repo-description.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Sync repository description

on:
workflow_dispatch: ~
push:
Expand Down

0 comments on commit 8e08a44

Please sign in to comment.