Skip to content

Commit

Permalink
feat: new CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed Oct 31, 2023
1 parent c32f0ef commit d589f86
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ on:
push:
branches:
- main
pull_request:
pull_request_target:
branches:
- main
paths-ignore:
- ".vscode/**"
- "*.md"

env:
# Database
Expand All @@ -28,6 +33,7 @@ jobs:
main:
name: CI
runs-on: ubuntu-latest
environment: CI
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d589f86

Please sign in to comment.