Skip to content

Commit e6a4b3c

Browse files
authored
Update github-actions-demo.yml
Split events on branches
1 parent 5d418da commit e6a4b3c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/github-actions-demo.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: GitHub Actions Demo
22
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3-
on: [push]
3+
on:
4+
push:
5+
branches: [feat]
6+
pull_request:
7+
branches: [main]
48
jobs:
59
Explore-GitHub-Actions:
610
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)