We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c74947 commit 5423f21Copy full SHA for 5423f21
1 file changed
.github/workflows/deploy-examples.yml
@@ -1,18 +1,23 @@
1
name: Deploy Examples
2
on:
3
- workflow_dispatch:
+ push:
4
+ branches: [ main ]
5
+ pull_request:
6
7
schedule:
8
- cron: "0 0 * * 0"
9
+ workflow_dispatch:
10
jobs:
11
deploy:
12
+ name: Deploy Examples
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v3
17
with:
18
repository: petitparser/dart-petitparser-examples
19
- name: Install
- uses: dart-lang/setup-dart@v1.3
20
+ uses: dart-lang/setup-dart@v1
21
- name: Build
22
run: |
23
dart pub get
0 commit comments