Skip to content

Commit

Permalink
refactor: Run CI on all branches push, not just main
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jul 3, 2023
1 parent 00a1e63 commit 067de31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions project/.github/workflows/ci.yml.jinja
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: ci

on:
push:
branches:
- main
pull_request:
branches:
- main
- main

defaults:
run:
Expand Down

0 comments on commit 067de31

Please sign in to comment.