diff --git a/.github/workflows/git-town.yml b/.github/workflows/git-town.yml index fb23958..a217744 100644 --- a/.github/workflows/git-town.yml +++ b/.github/workflows/git-town.yml @@ -3,7 +3,7 @@ name: Git Town on: pull_request: branches: - - ** + - '**' jobs: git-town: @@ -16,4 +16,4 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: ../../action.yml \ No newline at end of file + - uses: ../../ \ No newline at end of file