Files
goutubedl/.github/workflows/push.yml
Mattias Wadman 0ca6990373 Run CI on PR or master push
Previously two CI jobs were done for each PR
2024-06-26 09:11:25 +02:00

15 lines
216 B
YAML

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