forked from abner/for-legacy-web
Compare commits
2 Commits
jmug/unfil
...
handmade
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
84b84a31fa | ||
| add955d46f |
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
@@ -2,12 +2,15 @@ name: Docker
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "handmade"
|
||||
pull_request:
|
||||
branches:
|
||||
- "handmade"
|
||||
|
||||
jobs:
|
||||
publish:
|
||||
runs-on: ubuntu-latest
|
||||
# NOTE: Running on pull requests for now, but without pushing.
|
||||
# if: github.event_name != 'pull_request'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user