Browse Source

[BEEEP] - Ignored workflow files from triggering builds (#241)

pull/245/head
Micaiah Martin 4 years ago committed by GitHub
parent
commit
0c21bcf847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -5,6 +5,8 @@ on: @@ -5,6 +5,8 @@ on:
push:
branches-ignore:
- 'l10n_master'
paths-ignore:
- '.github/workflows/**'
jobs:
@ -100,7 +102,7 @@ jobs: @@ -100,7 +102,7 @@ jobs:
run: |
sudo apt install libsecret-1-0 dbus-x11 gnome-keyring
eval $(dbus-launch --sh-syntax)
eval $(echo -n "" | /usr/bin/gnome-keyring-daemon --login)
eval $(/usr/bin/gnome-keyring-daemon --components=secrets --start)

Loading…
Cancel
Save