Skip to content

Commit

Permalink
ci: update branch filter in ci workflow
Browse files Browse the repository at this point in the history
- update branch filter in ci workflow to include `main` in addition to `ci`
  • Loading branch information
falcucci committed Sep 22, 2024
1 parent 155f0fc commit 4b05a1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: CI

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

defaults:
run:
Expand Down

0 comments on commit 4b05a1c

Please sign in to comment.