We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd41279 commit ff78650Copy full SHA for ff78650
.github/workflows/main.yml
@@ -1,8 +1,9 @@
1
name: CI
2
3
on:
4
- push: ["foo"]
5
- pull_request: ["bar"]
+ push:
+ pull_request:
6
+
7
jobs:
8
check_duplicate_runs:
9
name: Check for duplicate runs
0 commit comments