Skip to content

Commit

Permalink
Fix push event to be triggered only on master
Browse files Browse the repository at this point in the history
  • Loading branch information
heowc committed Feb 8, 2020
1 parent 7064ed1 commit 271b903
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
@@ -1,6 +1,8 @@
name: Test
on:
push:
branches:
- master
pull_request:
types: [opened, reopened]
jobs:
Expand Down

0 comments on commit 271b903

Please sign in to comment.