Skip to content

Commit

Permalink
testing github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor committed Aug 16, 2023
1 parent cac66a2 commit 258e415
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
name: Build
name: Test

on:
release:
types: [created]
workflow_dispatch:

workflow_dispatch: # Put here!!
jobs:
build:
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Echo test
run: |
echo "hi! this works!"
dir
- uses: actions/checkout@v2

- name: Run a one-line script
run: echo Hello, world!

0 comments on commit 258e415

Please sign in to comment.