Skip to content

Commit

Permalink
Merge pull request #20 from junjie-w/develop
Browse files Browse the repository at this point in the history
fix: update workflow config
  • Loading branch information
junjie-w authored Nov 1, 2024
2 parents f5fb665 + 0b7889e commit 1087a27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/example-compliment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, develop]
push:
branches: [main, develop]
branches: [main]

jobs:
generate-compliment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [main, develop]
push:
branches: [develop]
branches: [main]

jobs:
test-and-lint:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
Expand Down

0 comments on commit 1087a27

Please sign in to comment.