Skip to content

Commit

Permalink
fixing action branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
markhuot committed Nov 22, 2023
1 parent 300bc31 commit 8296415
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:

- name: Generate docs
run: |
cat src/bin/generate-docs.php
php src/bin/generate-docs.php src/factories/Factory.php docs/factories.md
php src/bin/generate-docs.php src/factories/Entry.php docs/factories/entry.md
php src/bin/generate-docs.php src/factories/Asset.php docs/factories/asset.md
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Pages
on:
push:
branches:
- master
- main

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- main

permissions:
contents: read
Expand Down

0 comments on commit 8296415

Please sign in to comment.