Skip to content

Commit

Permalink
Merge branch 'main' into erb3-issue-template-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Erb3 authored Oct 31, 2023
2 parents 0524ac1 + d589f86 commit fd4c813
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 fd4c813

Please sign in to comment.