We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdae0e9 commit abfb9d5Copy full SHA for abfb9d5
.github/workflows/artifact.yml
@@ -6,7 +6,7 @@ name: Create Artifact
6
on:
7
# Triggers the workflow on push or pull request events but only for the "main" branch
8
push:
9
- branches: ["main"]
+ branches: ["*"]
10
11
# Allows you to run this workflow manually from the Actions tab
12
workflow_dispatch:
@@ -128,6 +128,7 @@ jobs:
128
129
- name: Make artifact available
130
uses: "marvinpinto/action-automatic-releases@latest"
131
+ if: github.ref == 'refs/heads/main'
132
with:
133
repo_token: "${{ secrets.GITHUB_TOKEN }}"
134
automatic_release_tag: "latest"
.gitignore
@@ -14,4 +14,4 @@ devenv.local.nix
14
15
# System mozillabuild
16
mozillabuild
17
-
+/mozconfig
0 commit comments