Skip to content

Commit

Permalink
Setup the pull_request workflow on actions (#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamyPesse committed May 13, 2024
1 parent 9a86965 commit 8f5f6c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yaml
@@ -1,5 +1,9 @@
on: [push]
name: CI
on:
pull_request:
push:
branches:
- main

jobs:
deploy:
Expand Down

0 comments on commit 8f5f6c6

Please sign in to comment.