Skip to content

Commit d2a6a18

Browse files
committed
ci: GitHub Actions workflow for testing and validation
1 parent 9954346 commit d2a6a18

File tree

2 files changed

+66
-4
lines changed

2 files changed

+66
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: CI - Test free-disk-space action
22

33
on:
4-
push:
5-
branches: [ main, develop, release_v2 ]
4+
# push:
5+
# branches: [ main, develop ]
66
pull_request:
77
types: [opened, synchronize, reopened, ready_for_review]
8-
branches: [ main, develop, release_v2 ]
9-
workflow_dispatch:
8+
branches: [ main, develop ]
9+
# workflow_dispatch:
1010

1111
jobs:
1212
test-action:

.idea/workspace.xml

Lines changed: 62 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)