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
on:
push:
pull_request:
workflow_dispatch: []
jobs:

Loading…
Cancel
Save