We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 424d4c0 + fd70f09 commit 5155493Copy full SHA for 5155493
1 file changed
.github/workflows/main.yml
@@ -0,0 +1,13 @@
1
+name: GitHub Actions Demo
2
+
3
+on:
4
+ push:
5
+ branches: [ 'master', 'main', 'testactions', 'release/**' ]
6
+ pull_request:
7
+ branches: [ '*' ]
8
9
+jobs:
10
+ testjob:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - run: echo "Hello World"
0 commit comments