Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit b50d04d

Browse files
trying pull request event
1 parent e026ee8 commit b50d04d

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
name: CI
22

3-
on: [push]
3+
on: [pull_request]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
9-
108
steps:
11-
- uses: actions/checkout@v1
12-
- name: Run a one-line script
13-
run: echo Hello, world!
14-
- name: Run a multi-line script
15-
run: |
16-
echo Add other actions to build,
17-
echo test, and deploy your project.
9+
- name: filter
10+
uses: actions/bin/filter@master
11+
with:
12+
action: "opened|synchronize|reopened"
13+
- name: checkout
14+
uses: actions/checkout@master
15+
- name: build
16+
run: "./build.sh"

0 commit comments

Comments
 (0)