diff options
author | 2020-11-16 21:05:35 +0100 | |
---|---|---|
committer | 2020-11-16 21:05:35 +0100 | |
commit | 581decb7746ac4f82be0b90fed25baa0d27c21b9 (patch) | |
tree | 8163d959c7eace607fe23854f812bee13f313af0 | |
parent | Move workflow file to correct location (diff) |
Trigger workflow on feature branch
-rw-r--r-- | .github/workflows/lint-test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index af8c91e..dcf22ee 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -3,7 +3,7 @@ name: Build, Lint, Test on: push: branches: - - master + - sebastiaan/backend/migrate-ci-to-github-actions jobs: |