diff options
author | Marvin Borner | 2020-03-31 21:45:12 +0200 |
---|---|---|
committer | Marvin Borner | 2020-03-31 21:45:12 +0200 |
commit | 87bda01111fb13e64e076f0761566ec419c1f753 (patch) | |
tree | 36f865677408c90bd37e07f1ab2e34af957c889a /.github/workflows | |
parent | f692971daf8c64b4c97ff2111881ad80f46d5b37 (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.yml | 8 |
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: |