diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 78e07bd..4387a72 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -4,18 +4,12 @@ on: push: branches: - main - paths-ignore: - - 'docs/**' - - 'README.md' + paths-ignore: + - 'docs/**' + - 'README.md' jobs: deploy-to-ec2: - if: | - !contains(github.event.head_commit.message, '[skip ci]') && - !contains(github.event.head_commit.message, '[ci skip]') && - !contains(github.event.head_commit.message, '[no ci]') && - !contains(github.event.head_commit.message, '[skip actions]') && - !contains(github.event.head_commit.message, '[actions skip]') runs-on: ubuntu-latest steps: