You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,31 @@ action "Deploy to GitHub Pages" {
30
30
}
31
31
```
32
32
33
+
If you'd like to filter the action so it only triggers on a specific branch you can combine it with the filter action. You can find an example of this below.
The `secrets` and `env` portion of the workflow **must** be configured before the action will work. Below you'll find a description of what each one does.
0 commit comments