mirror of
https://github.com/mre/mos6502.git
synced 2025-01-03 00:30:57 +00:00
Run unit tests for PRs
This commit is contained in:
parent
38e90170c1
commit
449c17dbaf
7
.github/workflows/continuous_testing.yaml
vendored
7
.github/workflows/continuous_testing.yaml
vendored
@ -1,5 +1,8 @@
|
||||
name: test
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build_and_test:
|
||||
|
Loading…
Reference in New Issue
Block a user