Skip to content

Commit

Permalink
chore: update init workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bensherred committed Dec 10, 2023
1 parent 613d98c commit 496fdf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

# Only run this job when a repository has been created from the template, and it's an initial push (first commit)
if: github.repository != 'red-explosion/laravel-package-skeleton' && github.run_number == 1 && github.event.base_ref == null
if: github.repository != 'red-explosion/laravel-package-template' && github.run_number == 1 && github.event.base_ref == null

steps:
- name: Checkout the code
Expand Down

0 comments on commit 496fdf0

Please sign in to comment.