Skip to content

Commit

Permalink
Fixing on section
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Jul 25, 2023
1 parent 200d723 commit f8b02fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Run tests
run-name: ${{ github.actor }} is testing 🚀
on: [push]
branches: ["main"]
on:
push:
branches: ["main"]
jobs:
Explore-GitHub-Actions:
Junit-Jupiter:
runs-on: ubuntu-latest
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
Expand Down

0 comments on commit f8b02fb

Please sign in to comment.