We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424d4c0 commit fd70f09Copy full SHA for fd70f09
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