Skip to content

Commit

Permalink
Update branches in GitHub Actions workflow to prevent duplicate runs (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 16, 2024
1 parent e72519e commit 1ca2151
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
test:
Expand Down

0 comments on commit 1ca2151

Please sign in to comment.