GitHub Action #42

Closed
danieljsummers wants to merge 7 commits from actions-yaml into main
Showing only changes of commit b23f42e0c4 - Show all commits

View File

@ -1,10 +1,9 @@
name: Continuous Integration
on:
push:
branches:
- main
branches: [ "main" ]
pull_request:
branches:
- main
branches: [ "main" ]
workflow_dispatch:
jobs:
build_and_test: