We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d418da commit e6a4b3cCopy full SHA for e6a4b3c
.github/workflows/github-actions-demo.yml
@@ -1,6 +1,10 @@
1
name: GitHub Actions Demo
2
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
3
-on: [push]
+on:
4
+ push:
5
+ branches: [feat]
6
+ pull_request:
7
+ branches: [main]
8
jobs:
9
Explore-GitHub-Actions:
10
runs-on: ubuntu-latest
0 commit comments