Skip to content

Commit

Permalink
Adding run on master rule
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem committed Apr 5, 2024
1 parent 9b86872 commit cef1124
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: GitHub Actions
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
on: [push]
on:
push:
branches: [ "master" ]
jobs:
Explore-GitHub-Actions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cef1124

Please sign in to comment.