Skip to content

Commit

Permalink
Update CI to run only against master
Browse files Browse the repository at this point in the history
  • Loading branch information
Kludex committed Sep 2, 2021
1 parent 91c9783 commit f1d0ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Test

on:
push:
branches: ["master"]
pull_request:
types: [opened, synchronize]
branches: ["master"]

jobs:
test:
Expand Down

0 comments on commit f1d0ff7

Please sign in to comment.