Skip to content

Commit

Permalink
ci(test): adjust triggers to pull request to be on target main [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 25, 2024
1 parent ff9cf12 commit 560aaab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: test

on: [pull_request]
on:
pull_request:
branches:
- main

jobs:
build:
Expand Down

0 comments on commit 560aaab

Please sign in to comment.