diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2a3bfbdf..cfd93b61 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Run tests & Public to Docker Registry +name: Run tests & Publish to Docker Registry on: [push, pull_request] @@ -97,4 +97,4 @@ jobs: with: to: ${{ secrets.TELEGRAM_TO }} token: ${{ secrets.TELEGRAM_TOKEN }} - args: Docker image pushed on ${{ github.ref }} \ No newline at end of file + args: Docker image pushed on ${{ github.ref }}