Skip to content

Commit

Permalink
fix github workflow
Browse files Browse the repository at this point in the history
Merge in EXTENSIONS/extended-css from fix/gh_workflow to master

Squashed commit of the following:

commit 5778748f900ec8f4a512796d98e2b754dd6b2da3
Author: Slava Leleka <[email protected]>
Date:   Mon May 31 15:38:24 2021 +0300

    fix github workflow

commit 1fb071f3775eb20b055b6bc6332ccad9749a35da
Merge: 4299f23 88fe1d3
Author: Slava Leleka <[email protected]>
Date:   Mon May 31 15:37:48 2021 +0300

    Merge branch 'master' into fix/gh_workflow

commit 4299f236ee408b9e63c51273f9d45bda92288fd8
Author: Slava Leleka <[email protected]>
Date:   Fri Apr 30 13:05:03 2021 +0300

    fix typo

commit 4cbff341983be5062c744e24e956f688ed348b70
Author: Slava Leleka <[email protected]>
Date:   Thu Apr 29 18:11:11 2021 +0300

    run github workflow only on push to master
  • Loading branch information
slavaleleka committed May 31, 2021
1 parent 88fe1d3 commit 241f588
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Build ExtendedCSS

on:
on:
push:
branches:
- master
tags:
- "v*.*.*"

jobs:
build:
Expand Down

0 comments on commit 241f588

Please sign in to comment.