We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
threeal/modify-workflow-trigger
2 parents fb77af8 + 84e3f1c commit 6d0ea0fCopy full SHA for 6d0ea0f
.github/workflows/build.yml
@@ -1,7 +1,9 @@
1
name: build
2
on:
3
workflow_dispatch:
4
+ pull_request:
5
push:
6
+ branches: [main]
7
jobs:
8
release:
9
runs-on: ubuntu-latest
.github/workflows/test.yml
name: test
unit-tests:
0 commit comments