Skip to content

Commit

Permalink
Fix workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanUlbrich committed Aug 21, 2023
1 parent 0eae353 commit f088cad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build python packages
name: Build Documentation

on:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/python_packages.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Build Python packages

on: [push, pull_request]

jobs:
Expand Down

0 comments on commit f088cad

Please sign in to comment.