diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 32ec163..7e4c21e 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,6 +1,9 @@ name: Docker CI on: + push: + branches: + - master pull_request: branches: - master diff --git a/README.md b/README.md index bebabd8..c2b84b7 100644 --- a/README.md +++ b/README.md @@ -99,8 +99,8 @@ jobs: STEAM_API_KEY: ${{ secrets.STEAM_API_KEY }} STEAM_ID: ${{ secrets.STEAM_ID }} STEAM_CUSTOM_ID: ${{ secrets.STEAM_CUSTOM_ID }} + LOG_SCALE: True WORKSHOP_STATS: True - LOG_SCALE: True ``` [^*]: Unfortunately, Steam Web API doesn't support Web Sockets so the profile status cannot be updated in real time as it gets updated in steam profile 🥲