aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastiaan Zeeff <[email protected]>2020-11-16 21:05:35 +0100
committerGravatar Sebastiaan Zeeff <[email protected]>2020-11-16 21:05:35 +0100
commit581decb7746ac4f82be0b90fed25baa0d27c21b9 (patch)
tree8163d959c7eace607fe23854f812bee13f313af0
parentMove workflow file to correct location (diff)
Trigger workflow on feature branch
-rw-r--r--.github/workflows/lint-test.yaml2
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: