Skip to content

Commit 0e0148c

Browse files
authored
Merge pull request docker#3 from docker/tthede.wf-trigger
Add pull_request and push (main) triggers
2 parents 674826a + e831637 commit 0e0148c

File tree

2 files changed

+9
-26
lines changed

2 files changed

+9
-26
lines changed

Diff for: .github/workflows/.test.yml

-26
This file was deleted.

Diff for: .github/workflows/octoguard.yml

+9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: octoguard
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
37
on:
48
workflow_call:
9+
workflow_dispatch:
10+
pull_request:
11+
push:
12+
branches:
13+
- main
514

615
permissions:
716
contents: read

0 commit comments

Comments
 (0)