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 03e4c23 commit de4f6eaCopy full SHA for de4f6ea
.github/workflows/main.yml
@@ -1,9 +1,7 @@
1
name: Module Cross-platform CI
2
3
-on:
4
- push:
5
- branches:
6
- - dev
+on: pull_request
+
7
jobs:
8
build:
9
runs-on: ${{ matrix.os }}
package.json
@@ -1,6 +1,6 @@
{
"name": "@nuxtjs/guess",
- "version": "1.0.1",
+ "version": "1.0.3",
"description": "Guess.js integration for Nuxt.js",
"scripts": {
"lint": "node_modules/.bin/eslint --ext .js lib test",
0 commit comments