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
|
name: Test Runner
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Simple test
|
- name: Simple test
|
||||||
run: echo "Hello World"
|
run: echo "Hello World"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue