diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9b6186..df82032 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,5 @@ -on: push +on: + - push jobs: @@ -10,4 +11,4 @@ jobs: - run: go build . - uses: actions/upload-artifact@v3 with: - path: ./neowofetch \ No newline at end of file + path: ./neowofetch