Skip to content

Commit

Permalink
feat: except deploy from main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yourzinc committed Jan 16, 2024
1 parent 3a26af4 commit 5f8451c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: AWS example workflow

on:
push
push:
branches-ignore:
- 'deploy/*'

env:
AWS_REGION : "ap-northeast-2"
Expand Down

0 comments on commit 5f8451c

Please sign in to comment.