Skip to content

Commit

Permalink
editing gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Jun 12, 2024
1 parent 46bb37a commit d7a61c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/demo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [pull request, push]
on:
pull_request:
push:
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d7a61c4

Please sign in to comment.