Fix tag on test workflow
This commit is contained in:
parent
b57baad841
commit
110c5292d1
1 changed files with 5 additions and 2 deletions
|
@ -1,8 +1,11 @@
|
|||
name: Test Runner
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Simple test
|
||||
run: echo "Hello World"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue