Skip to content

Commit

Permalink
ensure we run ci on both master/prs that target main
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Aug 8, 2023
1 parent 7c6f18e commit 88b6d2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ env:
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches: [main]
pull_request:
branches: [main]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 88b6d2b

Please sign in to comment.