Skip to content

Commit

Permalink
chore(github): enable the the pipeline on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenbostan authored Apr 10, 2024
1 parent 8a13fb1 commit 3dc7a0f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: CI
on:
pull_request:
branches:
- main
push:
branches:
- "**"
- "**"

jobs:
build:
Expand Down

0 comments on commit 3dc7a0f

Please sign in to comment.