Skip to content

Commit

Permalink
rename alternate build scoped Rector to main
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed May 31, 2022
1 parent 3778486 commit 3619d8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alternate_build_scoped_rector.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# builds the content of https://github.com/rectorphp/rector
# inspiration from https://github.com/phpstan/phpstan-src/blob/master/.github/workflows/phar.yml
name: Alternate Build Scoped Rector
name: Build Scoped Rector

on:
push:
Expand All @@ -14,7 +14,7 @@ env:
COMPOSER_ROOT_VERSION: "dev-main"

jobs:
alternate_build_scoped_rector:
build_scoped_rector:
# Don't run on forks.
if: github.repository == 'rectorphp/rector-src'

Expand Down

0 comments on commit 3619d8b

Please sign in to comment.