Browse Source

github actions fix

40-behatfixes
Dan Marsden 3 years ago
committed by GitHub
parent
commit
60fbd3c728
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -1,7 +1,7 @@
name: Run all tests
# Run this workflow every time a new commit pushed to your repository
on: push
on: [push, pull_request]
jobs:
setup:

Loading…
Cancel
Save