aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarvin Borner2020-03-31 21:45:12 +0200
committerMarvin Borner2020-03-31 21:45:12 +0200
commit87bda01111fb13e64e076f0761566ec419c1f753 (patch)
tree36f865677408c90bd37e07f1ab2e34af957c889a /.github/workflows
parentf692971daf8c64b4c97ff2111881ad80f46d5b37 (diff)
OMG, I'm dumb...
Well, I've messed up the workflow syntax sooo - here we go again!
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 45001da..b0e34ad 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -1,12 +1,12 @@
name: Project build
-on: push
-
-jobs:
- build:
+on:
+ push:
paths:
- 'src/**'
+jobs:
+ build:
runs-on: ubuntu-latest
steps: