Skip to content

Commit aaccf0f

Browse files
authored
Update script.yml
readme 제외
1 parent 103b537 commit aaccf0f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/script.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Java CI with Gradle
33
on:
44
push:
55
branches: [ "main" ]
6+
paths-ignore:
7+
- 'README.md'
8+
- 'docs/**'
9+
- '*.md'
610

711
jobs:
812
deploy:
@@ -70,4 +74,4 @@ jobs:
7074

7175
- name: Remove IP FROM security group
7276
run: |
73-
aws ec2 revoke-security-group-ingress --group-id ${{ secrets.AWS_SG_ID }} --protocol tcp --port 22 --cidr ${{ steps.ip.outputs.ipv4 }}/32
77+
aws ec2 revoke-security-group-ingress --group-id ${{ secrets.AWS_SG_ID }} --protocol tcp --port 22 --cidr ${{ steps.ip.outputs.ipv4 }}/32

0 commit comments

Comments
 (0)