Unconditionally run workflow on commit
This commit is contained in:
parent
83bd57ce64
commit
c2388a3c7c
1 changed files with 0 additions and 5 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -3,11 +3,6 @@ name: Deploy site
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths:
|
|
||||||
- _pages/**
|
|
||||||
- .github/workflows/publish.yml
|
|
||||||
- package.json
|
|
||||||
- Gemfile
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue