Skip to content

Commit

Permalink
Update ci.yml (#219)
Browse files Browse the repository at this point in the history
Add trigger to also run CI in PR towards master
  • Loading branch information
nutrina authored Apr 18, 2023
1 parent ea39c6d commit cc6b066
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name: CI
on:
push:
branches: [main]

pull_request:
branches: [main]

jobs:
api-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cc6b066

Please sign in to comment.