diff --git a/.github/workflows/web-container.yml b/.github/workflows/web-container.yml index e752984..bd0f921 100644 --- a/.github/workflows/web-container.yml +++ b/.github/workflows/web-container.yml @@ -10,12 +10,12 @@ on: - synchronize - ready_for_review paths: - - /** + - '**' push: branches: - main paths: - - /** + - '**' jobs: determine-workflow: runs-on: 'ubuntu-latest'