Skip to content

Commit c20937e

Browse files
committed
Update workflow
1 parent 1e7bf41 commit c20937e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
on: push
21
name: Create an issue
2+
on:
3+
push:
4+
branches:
5+
- test
6+
37
jobs:
48
createIssueFromFile:
59
runs-on: ubuntu-latest
610
steps:
711
- uses: actions/checkout@master
8-
- name: Filter test branch
9-
uses: actions/bin/filter@master
10-
with:
11-
args: branch test
1212
- name: Create Issue From File
1313
uses: ./
1414
env:

0 commit comments

Comments
 (0)