Remove CI run from PR, leave only at push to the branch

account
Viktor Baranov 3 years ago
parent 3d532f10c7
commit 89d358c6b6
  1. 6
      .github/workflows/config.yml

@ -3,14 +3,8 @@ name: Blockscout
on: on:
push: push:
branches: branches:
- master
- account - account
- account-tags - account-tags
pull_request:
branches:
- master
- account
env: env:
MIX_ENV: test MIX_ENV: test

Loading…
Cancel
Save