diff --git a/.github/workflows/itch.yml b/.github/workflows/itch.yml index ac6e469..c14e2ab 100644 --- a/.github/workflows/itch.yml +++ b/.github/workflows/itch.yml @@ -5,9 +5,8 @@ on: push: branches: - main - - master paths-ignore: - - 'README.md' + - "README.md" # to only run when you do a new github release, comment out above part and uncomment the below trigger. # on: # release: @@ -50,4 +49,3 @@ jobs: itchGameId: rpack buildChannel: wasm butlerApiKey: ${{ secrets.butlerApi }} - \ No newline at end of file diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5ae6c0a..6eecd51 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -5,9 +5,8 @@ on: push: branches: - main - - master paths-ignore: - - 'README.md' + - "README.md" # to only run when you do a new github release, comment out above part and uncomment the below trigger. # on: # release: