Skip to content

Commit

Permalink
Trigger Github actions only for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Apr 30, 2020
1 parent fea836e commit 9623fab
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/branch-validations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: Validations

on:
push:
branches:
- '**'
tags-ignore:
- '**'
branches:
- master
pull_request:
types:
- synchronize
- opened

jobs:
security-checks:
Expand Down

0 comments on commit 9623fab

Please sign in to comment.