Browse Source

Change PR Actions to use synchronize

pull/7524/head
Devon R 3 years ago
committed by GitHub
parent
commit
9cdb66fbf8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build.yml
  2. 2
      .github/workflows/lint.yml
  3. 2
      .github/workflows/test.yml

2
.github/workflows/build.yml

@ -3,7 +3,7 @@ name: build
on:
push:
pull_request:
types: [ opened, edited ]
types: [ opened, synchronize ]
jobs:
dists-and-docs:

2
.github/workflows/lint.yml

@ -3,7 +3,7 @@ name: lint
on:
push:
pull_request:
types: [ opened, edited ]
types: [ opened, synchronize ]
jobs:
check:

2
.github/workflows/test.yml

@ -3,7 +3,7 @@ name: test
on:
push:
pull_request:
types: [ opened, edited ]
types: [ opened, synchronize ]
jobs:
pytest:

Loading…
Cancel
Save