Browse Source

feature(ci): trigger on pull request

pull/2286/head
Alexander 3 years ago
parent
commit
1d4e412f93
  1. 1
      .github/workflows/container_test.yml

1
.github/workflows/container_test.yml

@ -1,6 +1,7 @@
name: Test Building Container Images name: Test Building Container Images
on: on:
push: push:
pull_request:
workflow_dispatch: [] workflow_dispatch: []
jobs: jobs:

Loading…
Cancel
Save