Skip to content

Commit

Permalink
Merge pull request #27 from Robso-creator/issue-26
Browse files Browse the repository at this point in the history
refactor(issue-26): rename workflows
  • Loading branch information
Robso-creator authored Feb 1, 2024
2 parents 10b789e + ca18018 commit 0b7a965
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 0b7a965

Please sign in to comment.