diff options
| author | Paul-Christian Volkmer | 2023-08-10 17:32:02 +0200 |
|---|---|---|
| committer | Paul-Christian Volkmer | 2023-08-10 17:32:02 +0200 |
| commit | 1e29ecc891fdfa9750af49e5a3506b6fe5ad8f46 (patch) | |
| tree | 24b461687dbc1b392dcc62e9c58b5a9af60cbb5d /.github | |
| parent | b956eba6c746e511028e257ae102164867c70766 (diff) | |
Fix event name in workflow file
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ff199b..d7d3e39 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,11 +2,9 @@ name: "Run Tests" on: push: - branches: - - 'master' - pull-request: - branches: - - '*' + branches: [ 'master' ] + pull_request: + branches: [ '*' ] jobs: docker: |
