Files
goutubedl/.github/workflows/push.yml
Mattias Wadman 77a906a487 Only push should be enough
Problem seems to be default action token dont trigger actions
2019-11-02 18:47:12 +01:00

11 lines
168 B
YAML

name: Build on push and PRs
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: docker build -t test .