Skip to content

Commit

Permalink
don't trigger on push to different branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 25, 2020
1 parent d126fe8 commit 7e53be9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Tests
on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
code_style:
Expand Down

0 comments on commit 7e53be9

Please sign in to comment.