Skip to content

Commit

Permalink
fix/workflow/frontend2
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizCampedelli committed Sep 6, 2024
1 parent cdb4122 commit 9e8eacb
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9e8eacb

Please sign in to comment.