Skip to content

Commit

Permalink
test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalEgn committed Jul 11, 2024
1 parent 66363db commit 7e21007
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 82 deletions.
82 changes: 0 additions & 82 deletions .github/workflows/build-and-release.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/letssee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Pull request master

on:
push:
branches:
- master

jobs:
echo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!

0 comments on commit 7e21007

Please sign in to comment.