Skip to content

Commit

Permalink
refactor(issue-26): rename workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Feb 1, 2024
1 parent 10b789e commit ca18018
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: build
name: documentation_deploy
on:
push:
branches:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/project_management.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: project_management
on:
issues:
types:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: pre_merge
on:
pull_request:
branches: [main]
Expand Down

0 comments on commit ca18018

Please sign in to comment.