Skip to content

Commit

Permalink
Update snapshot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Sep 10, 2020
1 parent 8ae5b66 commit 0b8a775
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: snapshots

on:
push:
branches:
- master
on: [pull_request, pull_request_target]

jobs:
snapshots:
Expand All @@ -17,6 +14,8 @@ jobs:

- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}

- name: Cache node_modules
uses: actions/cache@v1
Expand All @@ -36,5 +35,3 @@ jobs:
with:
commit_message: "test: update snapshots"
file_pattern: "*.snap *.md"
env:
INPUT_BRANCH: "master"

0 comments on commit 0b8a775

Please sign in to comment.